/* Author: David Arteaga de Xodux Media @yosoydavidarteaga */
@font-face{
    font-family: Gotham;
    src: url("./fonts/GothamMedium.ttf");    
}
@font-face{
    font-family: GothamBold;
    src: url("./fonts/GothamBold.otf");    
}
@font-face{
    font-family: GothamLight;
    src: url("./fonts/GothamLight.otf");    
}
body{
    font-family: "Gotham";
}
.form-control, .form-group .form-control{
    background-image: linear-gradient(#CD3333, #CD3333), linear-gradient(#D2D2D2, #D2D2D2)!important;
}
#form-control-login
{
    background-image: linear-gradient(#fff, #fff), linear-gradient(#D2D2D2, #D2D2D2)!important;
    color: #fff;
}
.form-group.is-focused label.control-label{
    color:#b52d30 !important;
    } 
.form-group.is-focused  label.control-label.white-label{
  color:#fff !important;
}

.box-register .form-group.is-focused label.control-label{
    color:#b52d30 !important;
  }
 

#login{
    background: url("./img/hero.png");
    background-attachment: fixed;
    background-size: cover;
    min-height: 720px;
    display: flex;
    align-items: center;
}
#forgot{
    background: url("./img/forgot.jpg");
    background-attachment: fixed;
    background-size: cover;
    min-height: 720px;
    display: flex;
    align-items: center;
}

#email2{
    background: url("./img/email.jpg");
    background-attachment: fixed;
    background-size: cover;
    min-height: 720px;
    display: flex;
    align-items: center;
}

@media only screen and (min-height: 721px) and (max-height:768px){
    #login{
        height: 768px;
    }
    #forgot{
        height: 768px;
    }
    #email2{
        height: 768px;
    }
    #register{
        height: 768px;
    }     
}
@media only screen and (min-height: 769px)  and (max-height:900px){
    #login{
        height: 900px;
    }
    #forgot{
        height: 900px;
    }
    #email2{
        height: 900px;
    }
    #register{
        height: 900px;
    }     
}
@media only screen and (min-height: 901px)  and (max-height: 1024px) {
    #login{
        height: 1024px;
    }
    #forgot{
        height: 1024px;
    }
    #email2{
        height: 1024px;
    }
    #register{
        height: 1024px;
    }     
}
@media only screen and (min-height: 1025px)  and (max-height: 1080px) {
    #login{
        height: 1080px;
    }
    #forgot{
        height: 1080px;
    }
    #email2{
        height: 1080px;
    }
    #register{
        height: 1080px;
    }    
}
@media only screen and (min-height: 1081px)  and (min-height: 1480px) {
    #login{
        height: 1480px;
    }
    #forgot{
        height: 1480px;
    }
    #email2{
        height: 1480px;
    }
    #register{
        height: 1480px;
    }
}

#email2 h3{
    color: #fff;
    font-weight: bold;
    font-family: "GothamBold";
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
}
#email2 p{
    color: #fff;
    font-family: "GothamLight";
    text-align: center;

}
#notification{
    background-attachment: fixed;
    background-size: cover;
    min-height: 720px;
    display: flex;
    align-items: center;
}
#notification h3{
    color: #fff;
    font-weight: bold;
    font-family: "GothamBold";
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
}
#notification h5{
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#notification p{
    color: #fff;
    font-family: "GothamLight";
    text-align: center;

}
.box-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.box-center{
    width: 500px;
}
.box{
    border-radius: 0;
    -webkit-box-shadow: -9px 12px 14px -8px rgba(55,55,55,1);
    -moz-box-shadow: -9px 12px 14px -8px rgba(55,55,55,1);
    box-shadow: -9px 12px 14px -8px rgba(55,55,55,1);
}
.box-login{
    background: #b52d30;
    padding: 30px;

}
.box-login .brand{
    text-align: center;
}
.btn-login{
    color: #fff!important;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    font-family: "GothamBold";
}
.btn-register{
    color: #fff!important;
    background: #b52d30;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    font-family: "GothamBold";
}
.box-login .other-options{
    text-align: center;
    color: #fff;
}
.box-login .other-options a{
    color: #fff;
}
.box-register .other-options{
    text-align: center;
    color: #000;
}
.box-register .other-options a{
    color: #b52d30;
}
.gotham-medium{
    font-family: "Gotham"!important;
}
.gotham{
    font-family: "Gotham";
}
.gotham-light{
    font-family: "GothamLight";
}
.font-bold{
    font-weight: bold;
}
.social-bar{
    list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrapwrap;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    margin-left: 15%;
}
.social-bar li{
    padding: 10px;
}
.social-bar li a{
    color: #fff;
    font-size: 20px; 
}
#register{
    background: url("./img/register.png");
    background-attachment: fixed;
    background-size: cover;
    min-height: 720px;
    display: flex;
    align-items: center;
}
.box-register .brand{
    text-align: center;
}
.box-register{
    margin: 20px;
    padding: 30px;
}
.form-control{
    color: #727272;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
    font-family: "GothamLight";
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#727272;
    border:1px solid #b52d30;
    background: #fff;
}
.btn-prev{
    background: #666;
    color: #fff!important;
    border-radius: 15px;
}
.btn-active{
    background: #b52d30;
    color: #fff!important;
    border-radius: 15px;
}
.btn-active-inverse{
    color: #b52d30!important;
}
.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #b52d30;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.form-section{
    color: #727272;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #b52d30;
}
.box-dashboard{
    padding:30px;
    -webkit-box-shadow: -9px 12px 14px -8px rgba(92, 92, 92, 0.787);
    -moz-box-shadow: -9px 12px 14px -8px rgba(92, 92, 92, 0.787);
    box-shadow: -9px 12px 14px -8px rgba(92, 92, 92, 0.787);   
}

footer{
    padding: 30px;
}

@media only screen and (max-width: 1024px) {
    .social-bar{
        margin-left: 5%;
    }
}
@media only screen and (max-width: 800px) {
    .social-bar{
        margin-left: 10%;
    }
    .box-login{
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .social-bar{
        margin-left: 5%;
    }
}
@media only screen and (max-width: 400px) {
    .social-bar{
        margin-left: -15%;
    }
}