/*Login*/
.login-padding{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.button-padding{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#recaptcha {
    padding-top: 10px;
    transform:scale(0.88);
    -webkit-transform:scale(0.88);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

#status{
    padding-left:25px;
}

#progressBar{
    display: none;
}

#overlay{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

/*Register*/
.register-padding{
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 5px;
}

#uploadRegister{
    padding-left: 20px;
    padding-bottom: 15px;
}

.button-padding-register{
    padding-left: 25px;
    padding-right: 10px;
}

/*Thanks*/
.btn-thanks-padding{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
}

#cardThanks{
    padding-top: 50px;
}

/*--Forgot Password--*/
.card-forgot-padding{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.button-padding-forgot{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

#status{
    margin-left: -10px;
}

/* .modal { width: 25% !important ; height: 20% !important ; } */

/*Override Label Input*/
/* label color */
/*
.input-field label {
    color: #dd2c00;
}
!* label focus color *!
.input-field input[type=text]:focus + label {
    color: #dd2c00;
}
!* label underline focus color *!
.input-field input[type=text]:focus {
    border-bottom: 1px solid #dd2c00;
    box-shadow: 0 1px 0 0 #dd2c00;
}
!* valid color *!
.input-field input[type=text].valid {
    border-bottom: 1px solid #dd2c00;
    box-shadow: 0 1px 0 0 #dd2c00;
}
!* invalid color *!
.input-field input[type=text].invalid {
    border-bottom: 1px solid #dd2c00;
    box-shadow: 0 1px 0 0 #dd2c00;
}
!* icon prefix focus color *!
.input-field .prefix.active {
    color: #dd2c00;
}*/
