*{
    padding: 0;
    margin: 0;

}

*::-webkit-scrollbar {
   display: none; 
}

.contentbox {
    
    height: 90px;
    padding: 0px;
    box-sizing: border-box;
}

.headerlogo {
   width: 100px;  
}

.navbuttons{
   
}

input::placeholder{
    opacity: .5;
}

ul li {
    height: 80px;
    transform: translate(0%, -95%);
    line-height: 80px;
    font-weight: 400;
    
    
}

li:hover {
    border-bottom: 1px solid #ABA1FD; 
    
}


a:hover {
   color: #e23d74;    
    text-decoration: none; 
}


.buttonright {
    
    list-style: none;
    float: right;
    line-height: 80px;
    
}


ul li a {
    text-decoration: none;
    font-size: 14px;
    
    color: black;
    padding: 0 30px;
    
}

#button {
    height: 40px;
    width: 70px;
    text-align: center;
    font-size: 14px;
    border: none;
    background-color: transparent;
    position: relative;
    margin: 20px 10px;
}



.body {
    height: 94%;
    margin: 0 auto;
    display: grid; 
    grid-template-columns: 100%;
    
}

.loginbox {
  background-image: linear-gradient(to right, #96294E , #f80759);   
  height: 100%;
  position: relative;
    display: flex;
}




.loginregisterform {
    width: 55%;
    float: left;
    
}

.loginform {
    width: 65%;
    padding-top: 100px;
    
}

.logininner {
    width: 65%;
    height: 400px;
    background-color: ghostwhite;
    margin-left: 180px;
    
    border-radius: 10px;
    box-shadow: 0 10px 70px 0 rgba(0, 10, 10, 0.95);
}

.registerinner {
    width: 65%;
    height: 100%;
    box-sizing: border-box;
    background-color: ghostwhite;
    margin-left: 180px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 10px 50px 0 rgba(0, 10, 10, 0.95);
}

h3, .logininner h1, .registerinner h1 {
    text-align: center;
    
    font-weight: 700;
    width: 100%;
    font-size: 32px;
    border: 0;
    padding-top: 15px;
    letter-spacing: -1;
}  



@media screen and (max-width: 800px) {
  .registerform {
    width: 70%; /* The width is 100%, when the viewport is 800px or smaller */
  } 
}



.registerform p {
    margin: 0;
    padding: 0px;
    color: #FFF;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;

}

.StripeElement {
  background-color: transparent;
  height: 30px;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid #cbd0d3;
  box-shadow: 0 1px 3px 0 #cbd0d3;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
   
}


.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; 
  border: 1px solid #e23d74;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.register-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none; 
}


.register-form input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out; 
}

.row {
    padding-bottom: 6px; 
}

.errorMessage {
    font-size: 9px;
    color: red;  
    
    padding: 8px 0 0 5px;  
}


.register-form input {
  width: 100%;
  height: 40px;
  padding: 11px 15px 11px 0;
  color: #000;
  background-color: transparent;
  padding: 5px 5px;
  border-radius: 4px;
  border: 1px solid #cbd0d3;
  box-shadow: 0 1px 3px 0 #cbd0d3;
  font-size: 14px;
  -webkit-animation: 1ms void-animation-out;
}

.register-form select {
  width: 100%;
  height: 40px;
  padding: 11px 15px 11px 0;
  color: #000;
  background-color: transparent;
  padding: 5px 5px;
  border-radius: 4px;
  border: 1px solid #cbd0d3;
  box-shadow: 0 1px 3px 0 #cbd0d3;
  font-size: 14px;
  -webkit-animation: 1ms void-animation-out;
}

.register-form select:focus {
    outline: none; 
}

.register-form input:focus {
    border: 1px solid #e23d74;
}

.register-form input::-webkit-input-placeholder {
  color: darkgrey;
}

.register-form input::-moz-placeholder {
  color: darkgrey;
}

#red {
    color: red;
    font-family: serif;
    
    font-size: 14px;
}



#uploadbtn {
    background-color: #ABA1FD;
    border-radius: 10px;
    
}





/* Register Form */
.body {
    padding-bottom: 0px;
    background-color: #FFF;
}




.register-form {
     width: 100%;
    display: block;
    height: auto;
    border-radius: 10px;
    color: dimgrey;
    box-sizing: border-box;
    padding: 15px 55px;
    
}   

.registerpic {
    padding-top: 40px;
    width: 20%;
    height: 50%;
    
}

.loginpic {
    width: 20%;
    height: 50%;
    margin: auto 0; 
}

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700');


#specialfont {
    text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 5vw;
  text-transform: uppercase;
  margin: 0;
  color: #f80759;
  text-shadow: 1px 1px 0 #f80759,
               2px 2px 0 rgba(181, 6, 8, 0.95),
               3px 3px 0 rgba(181, 6, 4, 0.9),
               4px 4px 0 rgba(181, 16, 4, 0.85),
               5px 5px 0 rgba(181, 6, 4, 0.8),
               6px 6px 0 rgba(181, 6, 4, 0.75),
               7px 7px 0 rgba(181, 6, 4, 0.7),
               8px 8px 0 rgba(181, 6, 4, 0.65),
               9px 9px 0 rgba(181, 6, 4, 0.6),
               10px 10px 0 rgba(181, 6, 4, 0.55),
               11px 11px 0 rgba(181, 6, 4, 0.5),
               12px 12px 0 rgba(181, 6, 4, 0.45),
               13px 13px 0 rgba(181, 6, 4, 0.4),
               14px 14px 0 rgba(181, 6, 4, 0.35),
               15px 15px 0 rgba(181, 6, 4, 0.3),
               16px 16px 0 rgba(181, 6, 4, 0.2),
               17px 17px 0 rgba(181, 6, 4, 0.15),
               18px 18px 0 rgba(181, 6, 4, 0.1);
}




.registerpic img {
    object-fit: cover;
    height: 100%;
    width: 50%;
    
}

.register-form p {
    margin: 0;
    padding: 0px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size:11px;
    padding-top:8px;

}




.register-form input[type="Submit"] {
    border-radius: 5px;
    outline: none;
    height: 40px;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    border: solid 1px dimgrey; 
    

}

.register-form button {
    width: 100%;
  border-radius: 5px;
    outline: none;
    height: 40px;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: solid 1px dimgrey;  
}

.register-form input[type="Submit"]:hover, .register-form button:hover {
    border: 1px solid #e23d74;
    cursor: pointer;
    box-shadow: none;
}

.register-form h6 {
    font-size: 14px;
    font-family: 'Poppins', serif;
    font-weight: 400;
}

.register-form a {
    text-decoration: none;
    font-size: 11px;
    color: black;
    font-family: 'Poppins', serif;
    font-weight: 400;
    width: 200px;
}


.register-form a:hover {
    color: #e23d74;

}

.agree a {
    color: black;
    opacity: 1;
    font-size: 10px;
}

.logindiv {
    padding-top: 20px;  

}

.forgotp {
    text-align: center;
}

.forgotpasswordform {
    width: 50%;
    margin: 0 auto;
    
}

.forgotpasswordform form {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.forgotpasswordform input {
    width: 75%;
    height: 30px;
    padding: 5px;  
}

.forgotpasswordform input:focus {
    outline: none;
}

.resetpwdbtn {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.forgotpasswordform button {
    height: 30px;
    width: 60px;
    border: 1px solid #e23d74;
    
}

.forgotpasswordform button:hover {
    cursor: pointer;
}











@media screen and (max-width: 1020px) {
    #specialfont {
        font-size: 4.5vw;
        padding-left: 50px;
        line-height: 1.5;
    }
    
    .register-form {
       padding: 20px;
    }
    .registerinner {
      width: 75%;  
      margin-left: 130px;  
    }
     
}

@media screen and (max-width: 795px) {
   
    .loginbox {
    width: 100%;
}
    .registerpic, .loginpic {
        display: none;
    }
    
    .register-form {
       padding: 20px 20px 0 20px;
        
    }
    .loginregisterform {
    width: 100%; 
    
}
    .loginform {
        width: 100%;
        padding-top:50px;
    }
    .logininner {
        margin: 0 auto;
    }
    .registerinner { 
      margin: 0 auto;
        width: 60%;
    }
    .forgotpasswordform{
        width: 70%;
    }
    .forgotpasswordform form {
        width: 100%;
    }
     
}


@media screen and (max-width: 590px) {
   .registerinner { 
        width: 85%;
    } 
    .logininner {
        width: 90%;
    }
    .forgotpasswordform{
        width: 90%;
    }
    .forgotpasswordform form {
        width: 100%;
    }
   
}
