/*----FORGOT-PAGE-1----*/

.btn-forgot2 button { padding:12px; border-radius:0 3px 3px 0; float: left;}
.textbox-forgot1 label { float:left;}

p{
    color:#fff;
}
.page-forgot
{ 
    margin:0;
    padding:0; 
    height:100%;}


.page-forgot-image:before 
{ 
    position:fixed; 
    top: 0;
    left: 0; 
    z-index: -1; 
    width: 100%; 
    height: 100%;
    content: ''; 
    background-position:center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url('../../images/forgot/img_5616x3744.png');
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.7;
}

.forgot-page
{
    padding:30px; 
    background: rgba(0, 96, 100,0.2);
}


.main-forgot-pass
{ 
    display:table;
    height:100%;
    margin:0px auto;
}

.forgot-heading
{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.content-forgot
{
    display: table-cell;
    vertical-align: middle;
}

.input-box { 
    height:46px; 
    border-radius:3px;
    margin-bottom:25px;
}

.left-icon-forgot {
    padding:0px 16px; 
    float:left; 
    height:100%; 
    line-height:44px;
    border-radius:3px 0px 0px 3px;
    color: #fff;
    background-color: #006064;
    border-color: #006064;
}

.textbox-forgot {
    float:left;
    width:340px;
}

.textbox-forgot input {
    background:none; 
    border:none;
    padding:0px 10px; 
    color:#424242; 
    width:100%;
    height:46px;
    border: 1px solid #E4E1E1;
}

.form-control {
    border-radius: 0px 3px 3px 0px !important;
    background: #FFF !important;
}

.forgot-user-image
{
    text-align:center; 
} 

.forgot-user-image img 
{
    margin-bottom:15px;
    width: 65px;
    border-radius: 3px;
}

.forgot-form
{
    margin-top:25px;
}

.for-left-btn
{
    float:left;
    text-align: left;
}

.for-left-btn .btn 
{ 
    padding: 8px 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color:#fff;
    font-weight: bold;

}

.for-right-btn
{
    float:right;
    text-align: right; 
}

.for-right-btn .btn
{
    padding:8px 25px;
    font-weight: bold;
    line-height: 20px;
}


.for-left-btn a:hover{
    color:#006064;
}



/*second variation */
.page-forgot-image1
{ 
    top: 0;
    left: 0; 
    z-index: -1; 
    width: 100%; 
    height: 100%;
    content: ''; 
    background-position:center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url('../../images/forgot/img_5472x3648.png');
    background-repeat: no-repeat;
    background-position: top center;
    opacity:0.6px;
}
.forgot-page1
{
    width: 447px;
    padding:30px;
    background: rgba(255, 205, 186, 0.34);
}
.main-forgot-pass1 {
    display: table;
    height: 100%;
    /*margin: 0px 250px;*/
    float: right;
    padding: 80px;
    background: rgba(0, 0, 0, 0.49);
}
.for-btn .btn
{
    font-weight: bold;
    width:100%;
    padding: 10px 0px;
    margin-bottom: 25px;
}
.forgot-signin
{
    color:#fff;
    font-weight:bold;
    transition: all 0.3s ease 0s;
}
.left-icon-forgot1 {
    padding:0px 11px; 
    float:right; 
    height:100%; 
    line-height:44px;
    border-radius:0px 3px 3px 0px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    width: 47px;
}
.left-icon-forgot1 a{ 
    color: #fff; 
    font-weight:bold;
}

.right-textbox1 {
    border-radius: 3px 0px 0px 3px !important;
    background: #FFF !important;
}

.textbox-forgot1 {
    float:left;
    width:337px;
}
.textbox-forgot1 input {
    background:none; 
    border:none;
    padding:0px 10px; 
    color:#424242; 
    width:100%;
    height:46px;
    border: 1px solid #E4E1E1;
}

.btn-sign{
    border-radius: 4px;
}

.error {
    color: #d74242;
    padding-top: 3px;
    margin-bottom: 0px;
}
.forgot-page label{
    float: left;
}
/*Responsive Forgot Password Page */
@media (max-width:991px)
{

    .forgot-page1 {
        width: 400px; 
    }
    .textbox-forgot1 { 
        width: 290px;
    }
}


@media (max-width:767px)
{
    .forgot-page
    { 
        width: 420px;
        margin: 30px 0px;
    }
    .textbox-forgot {
        width: 313px;
    }
    .forgot-page1 {
        width: 439px;
        margin: 0px auto; 
    }
    .textbox-forgot1 {
        width: 329px;
    }
    .main-forgot-pass1 { 
        width: 100%;
        padding: 0px;
    }

}


@media (max-width:479px)
{
    .forgot-page
    { 
        width: 295px;  
    }
    .textbox-forgot {
        width: 188px;
    }

    .forgot-page1 {
        width: 300px; 
    } 
    .textbox-forgot1 {
        width: 210px;
    }
    .forgot-page1 { 
        padding: 40px 20px; 
    }
    .error {
        font-size: 12px;
    }
    .forgot-page1 p{
        font-size: 14px;
    }
    
    .forgot-heading {
        font-size: 18px;
    }

}