*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 12px;
}

body{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: url('https://studentresnetwork.co.za/assets/img/bg/ariel view.jpg') top center;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5{
  color: green;
  text-align: center;
}

.container2{
    height:auto;
    max-width: 800px;
    width: 80%;
    background: rgba(255, 255, 255, 0.99);
    padding: 28px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: auto;
/*    box-shadow: inset -2px 2px 2px white;*/
    /*border:solid red 1px;*/
}

.filterz{
    border-color: blue;
}

.input_new:hover{
    border-color: rgba(0,200,0,0.4);
}

.input_new:focus{
    border-color: rgba(0,200,0,0.4);
}

.form-title{
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 6px;
    color: white;
    text-shadow: 2px 2px 2px black;
    border-bottom: solid 1px white;
}

.main-user-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    font-size: 10px;
    margin:0px;
/*    border: 2px solid green;*/
}


.user-input-box:nth-child(2n){
    justify-content: end;
}

.user-input-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
/*    border:solid green 1px;*/
}

.user-input-box label{
    width: 100%;
    color: darkgreen;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
/*    border:solid red 1px;*/
}

.user-input-box .nsr{
    color: darkgreen;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding:0;
/*    border:solid red 1px;*/
}

.user-input-box .nsr input{
    height: 50px;
    width: 100%;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.09);
    outline: none;
    border: none;
    padding: 10px;
}

.user-input-box input{
    height: 30px;
    width: 100%;
    border-radius: 7px;
    background: white;
    outline: none;
    border: none;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

h5 {
    color: blue;
}

.user-input-box .ro{
    background: rgba(0, 0, 0, 0.09);
}

.user-input-box input:hover{
    background: rgba(0, 255, 0, 0.2);
    transition: 0.5s;
}


.sub-user-info{
    display: flex;
    font-size: 10px;
/*    border:solid red 2px;*/
    width: 100%;
    justify-content: center;
    text-align: center;
     padding: 0 30 0 0px;
}

.top-user-info{
    display: flex;
    font-size: 10px;
/*    border:solid red 2px;*/
    width: 40%;
    justify-content: center;
    text-align: center;
     padding: 0 30 0 0px;
}

.top-user-info select{
    width:95%;
    border: none;
    outline: none;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 100, 0, 0.3);
    text-align: center;
}

.top-user-info .search label{
    text-align: left;
}

.top-user-info .input{
    width:95%;
    background: rgba(0, 0, 0, 0.09);
    border: none;
    outline: none;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 100, 0, 0.3);
    text-align: center;
}

.top-user-info .user-input-box .innerSelect{
    background: rgba(0, 100, 0, 0.1);
    width:95%;
/*    border:solid red 2px;*/
    outline: none;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 100, 0, 0.3);
}

.select-box:nth-child(2n){
    justify-content: end;
}



.select-box label{
    width:95%;
    color: darkgreen;
    font-size: 12px;
    margin: 0px 0;
}

.select-box input{
    background: white;
    height: 30px;
    width: 50%;
    border-radius: 7px;
    outline: none;
    border: none;
    padding: 0 0px;
    border-bottom: 2px solid rgba(0, 100, 0, 0.3);
    text-align: center;
/*    border: 1px solid red;*/
}

.select-box .ro{
    background: rgba(0, 0, 0, 0.09);
    border-bottom: 2px solid rgba(0, 100, 0, 0.2);
}
.gender-title{
    color:white;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid white;
}

.gender-category{
    margin: 15px 0;
    color: white;
}

.gender-category label{
    padding: 0 20px 0 5px;
}

.gender-category label,
.gender-category input,
.form-submit-btn input{
    cursor: pointer;
}

.form-submit-btn{
    margin-top: 40px;
}

.form-submit-btn input{
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    padding: 10px;
    border:none;
    border-radius: 3px;
    color: rgb(209, 209, 209);
    background: rgba(63, 114, 76, 0.7);
}

.form-submit-btn input:hover{
    background: rgba(56, 204, 93, 0.7);
    color: rgb(255, 255, 255);
}

.sms select{
    border: none;
    outline: none;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 100, 0, 0.3);
}

.dropdowns select{
    border: none;
    outline: none;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.09);
}

.dropdowns2{
    text-align: center;
}

.dropdowns{
    text-align: center;
}

.dropdowns2 select{
    border: none;
    outline: none;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 50%;
    text-align: center;
    background: none;
}

.dropdowns select:hover{
    border: none;
    outline: none;
    border-radius: 5px;
    border-bottom: 2px solid rgba(0, 100, 0, 0.3);
}

.changePASS_div{
    text-align: center;
}

.changePASS{
    outline: none;
    border: none;
    color: darkgreen;
    text-align: center;
}

.changePASS:hover{
    color: limegreen;
    transition: 0.3s;
}

.card{
  width: 400px;
  border:none;
}

/*.center{*/
/*    border: 1px solid red;*/
/*    max-height: 400px;*/
/*}*/




.btr{

  border-top-right-radius: 5px !important;
}


.btl{

  border-top-left-radius: 5px !important;
}

.other_link{
    text-decoration: none;
    color: white;
    /*border: 1px solid blue;*/
    text-align: center;
}

.other_link:hover{
    color: lightgreen;
    transition: 0.5s;
}

.form{
  padding: 10px;
  max-height: 600px;
}

.form input{
  margin-bottom: 12px;
  border-radius: 3px;
}


.form input:focus{

  box-shadow: none;
}


.form button{
margin: 0 auto;
}

.modal {
  --gap: 15px;

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: var(--gap);
  background: rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  display: none;
}

.modal__inner {
  background: #ffffff;
  width: 100%;
  max-width: 800px;
  border-radius: 4px;
}

.modal__top {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
}

.modal__title {
  flex-grow: 1;
  padding: 0 var(--gap);
  font-size: 20px;
}

.modal__close {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: var(--gap);
  background: none;
  border: none;
  outline: none;
}

.modal__content {
  padding: 0 var(--gap);
  line-height: 1.5;
  font-size: 10px;
  overflow-y: scroll !important;
  max-height: 300px;
  text-align: left;
  color: grey;
}

.modal__bottom {
  text-align: right;
  padding: 0 var(--gap) var(--gap) var(--gap);
  background-color: #eeeeee;
}

.modal__button {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 10px;
  background: #ffffff;
  border-color: #32CD32;
  outline: none;
  border-radius: 3px;
  color: green;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  
}

.modal__button:not(:last-child) {
  margin-right: var(--gap);
  
}

.modal__button:hover {
  background: #32CD32;
  transition: 0.3s;
  color: #ffffff;
}

.terms{
  margin-left: 10px;
  width: 250px;
  color: red;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold;
/*  border: 1px solid blue;*/
}

.check{
    margin-right: 5px;
    top: 20px;
}

.terms:hover{
    color: green;
    transition: 0.3s;
}

.TC {
/*    border: 1px solid red;*/
    text-align: center;
    margin: 20px;
    padding:5px;
}

.cellNumber{
    /* border: 1px solid red; */
    margin-left: 0px;
}

.areaCodes{
    width: 15%;
    height: 20px;
    margin-right: 10px;
    text-align: center;
  }

.number{
    width: 80%;
}

.resend{
    width: 100px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 5px;
    color: green;
    border-color: green;
    background-color: rgba(0, 0, 0, 0);
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
}

.resendDiv{
    display: flex;
    margin-bottom: 40px;
}

.resendForm{
    height: 30px;
    margin: 10px;
}

@media(max-width: 600px){

    
    .container2{
        min-width: 280px;
    }

    .user-input-box{
        margin-bottom: 12px;
        width: 100%;
    }

    .select-box{
        margin-bottom: 12px;
        width: 100%;
    }

    .user-input-box:nth-child(2n){
        justify-content: space-between;
    }

    .select-box:nth-child(2n){
        justify-content: space-between;
    }

    .gender-category{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .main-user-info{
        max-height: 380px;
        overflow: auto;
    }

    .sub-user-info{
        max-height: 380px;
        overflow: auto;
    }

    .main-user-info::-webkit-scrollbar{
        width: 0;
    }

    .sub-user-info::-webkit-scrollbar{
        width: 0;
    }
}

