@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    font-family:"Lato", sans-serif;
}
.toggle-password {
  position: absolute;
  top: 45px;
  right: 30px;
  cursor: pointer;
  color: #6c757d;
}

.toggle-password:hover {
  color: #495057;
}
.affiliate_form {
    background-image: url('../img/resize.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height:100vh;
    padding: 0;
    margin: 0;
    text-align:center; 
}
.affiliate_form_layer {
    background-color:rgba(0, 0, 0, 0.6);
    height: 100%;
    min-height:100vh;
    padding: 0;
    margin: 0;
}
.affiliate_form .theformbox {
    box-shadow: 0px 2px 4px 1px #234;
    padding: 0px;
    border-radius: 12px;
    background:#fefefe; 
    background-color: rgba(0, 0, 255, 0.5);
    border:1px solid rgba(0, 0, 255, 1); 
    text-align:left; 
    max-width: 700px; 
    color:#fff;
    margin: 100px auto 50px; 
}
.affiliate_form .theformyellow { 
    box-shadow: 0px 2px 4px 1px #234;
    padding: 0px;
    border-radius: 12px;
    background:#fefefe; 
    background-color: rgba(251, 176, 59, 0.5);
    border:1px solid rgba(251, 176, 59, 1); 
    text-align:left; 
    max-width: 700px; 
    color:#fff;
    margin: 100px auto 50px; 
}
.affiliate_form .theformyellow .logobox, .affiliate_form .theformbox .logobox {
    border-bottom: 1px solid #ccc;
    font-weight: bold; 
    padding: 25px 0 0px;
    text-align:center;
    margin: 0 auto;
    /*background:red;*/
}
.affiliate_form .theformyellow .infobox {
    background: #fff;
    color:#bbaa7a;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 20px;
    text-align:justify;
    
}
.affiliate_form .theformyellow .infobox h5 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
}
.infobox_inner{
    background:#dfdfdf; 
    padding: 20px 15px; 
    padding-bottom: 20px;
    border-radius: 8px; 
    margin-bottom: 20px;
    color: #000;
    border-color: rgba(0, 0, 255, 0.5);
}
.infobox_inner h6 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}
.infobox_inner p {
    color:#111;
    font-size: 15px;
    margin-top: 10px;
}
.infobox_inner .btn2 {
    background: rgba(154, 22, 22, 1);
    border-color: rgb(154, 22, 22, 0.5);
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.affiliate_form .theformyellow .infobox .btn {
    background: #f0a30a;
    outline:none;
    box-shadow: none;
    width: auto;
    font-weight:bold;
    border:1px solid #9a1616;
    font-size: 11px;
    margin-top: 10px;
    padding: 10px 7px;
    cursor:pointer;
}
.affiliate_form .theformyellow .infobox .btn.active, .affiliate_form .theformyellow .infobox .btn:hover, .affiliate_form .theformyellow .infobox .btn:focus {
    background: #9a1616;
    outline:none;
    box-shadow: none;
    width: auto;
    color: #fff;
}

.affiliate_form .theformyellow .thelogo, .affiliate_form .theformbox .thelogo {
    background-image: url('../img/sch_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 100px;
    width: 260px;
    padding: 0;
}
.affiliate_form .theformbox form {
    padding: 0 30px ;
}
.affiliate_form .theformyellow h2, .affiliate_form .theformbox h2 {
    border-bottom: 1px solid #ccc;
    font-weight: bold; text-align:center; 
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.affiliate_form .theformbox h6 {
    text-align:center;
}
.affiliate_form .theformbox form {
    margin-top: 25px;
}
.affiliate_form .theformbox .form-footer {
    border-top:1px solid #ccc; 
    padding: 30px;
    text-decoration: none;
    color: #fff;
}
.affiliate_form .theformbox .form-footer a {
    text-decoration: underline !important;
    color: #fff !important;
}
.affiliate_form .theformbox .form-control {
    outline:none;
    box-shadow: none; 
    font-size: 15px;
}
.affiliate_form .theformbox .control-label {
    font-weight:bold;
    margin-top: 5px;
    font-size: 14px;
}
.affiliate_form .theformbox .btn {
    background:#f0a30a;
    outline:none;
    box-shadow: none;
    width:100%;
    font-weight:bold;
    margin-top: 15px;
    border:1px solid #FBB03B;
    cursor:pointer;
}
.affiliate_form .theformbox .btn:hover, .affiliate_form .theformbox .btn:focus {
    background:#f0a30a;
    outline:none;
    box-shadow: none;
    width:100%;
}