﻿
/***************POWER TOOL SECTION***************************/

.white-section {
    background: #FFF none repeat scroll 0 0;
}

.white-section .row-margin {
    margin-top: 50px;
}

.content-section {
    padding-top: 80px;
}

.form-control {
    background-color: #fff !important;
    padding-left: 40px;
}

input[name="email"].form-control {
    background: url(../../images/home/icons-form/2.png) no-repeat scroll 6px 6px;
}

input[name="password"].form-control {
    background: url(../../images/home/icons-form/5.png) no-repeat scroll 6px 6px;
}

input[name="confirmPassword"].form-control {
    background: url(../../images/home/icons-form/5.png) no-repeat scroll 6px 6px;
}

#reset-password 
{
    height:100%;
}
#reset-password .container,
#reset-password .content-section,
#reset-password .row
{
    height:100%;
}
#reset-password  .form-part
{
   padding: 50px 100px;     
    height:100%;  
    
}
#reset-password h3
{
    margin-bottom:5px;
}
#reset-password .description
{
    font-size:14px;
}

#reset-password .description a
{
    text-decoration:underline;
}

#reset-password  .left-background
{
    background: url(../../images/login/left-bg.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:100%;
}

@media(max-width:767px) {
    #reset-password .form-part {
        padding: 20px 20px 20px 20px;
    }
}

#reset-password .thanks-content
{
    text-align:left;    
}
#reset-password .thanks-content h3{
    padding-bottom:40px;
}
#reset-password .thanks-content p
{
    font-size:14px;
}

#reset-password .thanks-content a
{
    text-decoration:underline;
}
