/*///////////////// PROPERTIES /////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rokkitt:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*///////////////// DESCRIPTION /////////////////*/

.descr-text{
  font-size: 16px;
  font-family: 'Montserrat';
  color: #1B269D;
}

.descr-text:last-child{
  margin-bottom: 40px;
}

.register-description-bg{
  padding-top: 80px;
  /* padding-bottom: 80px; */
}


.container-register-title{
  padding-bottom: 30px; 
}

.container-register-title h1{
  font-size: 50px;
  font-family: 'Rokkitt';
  text-decoration: none;
  font-weight: 800;
  line-height: 50px;
  color:#00A9FF;
}

.container-register-title h1 a{
  text-decoration: none;
}

.container-register-description-title h2{
  font-size: 40px;
  font-family: 'Rokkitt';
  font-weight: 600;
  color: #1B269D;
  margin-bottom: 15px;
}

/* */

.square-box {
  border: #00A9FF solid 3px;
  width: 200px;
  height: 200px;
  line-height: 0px;
}

.square-box h3{
  font-size: 26px;
  font-family: 'Rokkitt';
  font-weight: 700;
  color:#00A9FF;
  line-height: 35px;
}

.square-box h6{
  font-size: 56px;
  font-family: 'Rokkitt';
  font-weight: 800;
  color: #FF1400;
  line-height: 25px;
}


.square-box p{
  font-size: 26px;
  font-family: 'Rokkitt';
  font-weight: 700;
  line-height: 25px;
}

/*  */

.square-box-description {
  width: 200px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}


.square-box-description p{
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 15px;
  font-weight: 400;
  color: #1B269D;
}

@media screen and (max-width: 994px) {

  .square-box {
    border: #00A9FF solid 3px;
    width: 80%;
    height: 200px;
    line-height: 0px;
    
  }

  .square-box-description {
    width: 600px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media screen and (max-width: 1400px) {

  .square-box h3{
    font-size: 20px;
  }

  .square-box h6{
    font-size: 42px;
  }
}






/*///////////////// FORM /////////////////*/

.register-form-bg {
  width: 100%;
  background-color: #F4FAFD;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-register-form h2{
  font-size: 40px;
  font-family: 'Rokkitt';
  font-weight: 600;
  color: #1B269D;
  line-height: 30px;
  transition: 0.3s all;
  
}

.container-register-form h2:hover{
  color: #00A9FF;
  text-decoration: underline #00A9FF;
  
  
}


.container-register-form a{
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #1B269D;

}

/*  */

.container-register-form form h4{
  font-size: 20px;
  font-family: 'Rokkitt';
  font-weight: 700;
  color: #1B269D;
  margin-top: 25px;
}

.container-register-form form input{
  margin-top: 5px;
}

.container-register-form form label{
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #1B269D;
  margin-top: 10px;
}

.container-register-form form input, .container-register-form form select{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  border: solid #1B269D 1px;
  border-radius: 0;
}


/*  */
.checkbox-label {
  margin-top: 2px;
  margin-left: 8px;
}


/*  */


.container-register-form form input:focus , .container-register-form form select:focus{
  box-shadow: 0 0 0 0rem rgba(255, 0, 0, 0)
}

.container-register-form form input::placeholder, .container-register-form form select option:nth-child(2){
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #1B269D80;
}

/*  */

.container-register-form form p{
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #1B269D;
  line-height: 10px;
  margin-top: 20px;
}

.container-register-form form a{
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #1B269D;
  line-height: 10px;
}

.container-register-form form a:hover{
  cursor: pointer;
  color: #1B269D;
}

#submit-input{
  display: inline-block;
  width: 130px;
  height: 40px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  border: none;
  font-size: 14px;
  text-decoration: none;
  background-color: #FF1400;
  margin-top: 50px;
}

#submit-input:hover{
  background-color: #cc1d0d;
}

@media screen and (max-width: 1200px) {

  .container-register-form h2 {
    font-size: 24px;
  }

  .register-form-bg{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-register-title h1{
    font-size: 36px;
    line-height: 30px;
  }

  .register-description-bg {

  padding-top: 15px;
}
}




