
.student-contact-page{
  min-height: 100vh;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(146, 178, 197);
}


.student-contact-page{
  min-height: 100vh;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container{
  max-width: 1320px;
}

.upsegn{
  display:flex;
  justify-content:center;
}

.upsegn h1{
  font-size:32px;
  text-transform:uppercase;
  font-weight:600;
}

.ins_inform h1{
  font-size:26px;
  font-weight:600;
  line-height:31px;
  color:#082930;
}

.ins_inform p{
  font-size:16px;
  font-weight:400;
  line-height:20px;
  color:#082930;
}

label{
  font-size:14px;
  font-weight:600;
  line-height:20px;
  color:#B2B9BC;
}

#myform .form-floating>.form-select{
  padding-top:1.625rem!important;
  padding-bottom:.625rem!important;
}


input#cuntry::placeholder {
  font-weight: bold;
}

.iti__country-name {
  color: black;
}

.iti--inline-dropdown .iti__dropdown-content  {
  z-index: 999;
}

a,p{
  margin: 0;
  padding:0;
  list-style: none;
  text-decoration: none;
}

.container{
  max-width: 1320px;
}

label{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #B2B9BC;
}

.joinbtn{
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF !important;
  padding: 15px 20px;
  border-radius: 0;
  background: linear-gradient(90.49deg, #0088FF 2.97%, #603CFF 99.75%);
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type="submit"]{
  font-weight: 700;
}

.card{
  border: none;
}

.form-control:focus{
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.form-select{
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px;
}

select.form-select{
  margin-bottom: 15px;
}

input#cuntry{
  height: 58px !important;
}

label.error{
  padding-top: 5px;
  color: #f24141;
  font-size: 14px;
}

.form-check label{
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #B2B9BC;
}

@media (min-width:320px) and (max-width:424.98px){
  .card{
    padding: 1rem !important;
  }
  .form-floating{
    margin: 5px 0px;
  }
}

@media (min-width:425px) and (max-width:767.98px){
  .card{
    padding: 1rem !important;
  }
  .form-floating{
    margin: 5px 0px;
  }
}

.model-container .modal-header{
  background-color: #082930 !important;
  padding: 40px 0px;
}

.model-container{
  position: relative;
}

.model-container .modal-header .img-container{
  position: absolute;
  transform: translate(0px, 90px);
}

.model-container .modal-body{
  margin-top: 5.5rem;
}

.sign_up{
  border: 0;
  background: linear-gradient(90.49deg, #0088FF 2.97%, #603CFF 99.75%);
  border-radius: 10px;
  color: #fff;
  padding: 5px 15px;
  transition: transform 0.5s ease-in-out !important;
}

.sign_up span{
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.sign_up:hover{
  transform: scale(1.10);
}

/* Chrome / Edge / Safari */
#cuntry::-webkit-outer-spin-button,
#cuntry::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#cuntry{
  -moz-appearance: textfield;
}