﻿
/***************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="firstName"].form-control {
    background: url(../../images/home/icons-form/1.png) no-repeat scroll 6px 6px;
}
input[name="lastName"].form-control {
    background: url(../../images/home/icons-form/1.png) no-repeat scroll 6px 6px;
}
input[name="email"].form-control {
    background: url(../../images/home/icons-form/2.png) no-repeat scroll 6px 6px;
}
input[name="companyName"].form-control {
    background: url(../../images/home/icons-form/3.png) no-repeat scroll 6px 6px;
}
input[name="companyAddress"].form-control {
    background: url(../../images/home/icons-form/3.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;
}

#registration  .form-part
{
    padding:50px 100px 50px 100px;  
    
}
#registration h3
{
    margin-bottom:5px;
}
#registration .description
{
    font-size:14px;
}

#registration .description a
{
    text-decoration:underline;
}

#registration  .left-background
{
    background: url(../../images/registration/left-bg.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-bottom:60%;
}

@media(max-width:767px) {
    #registration .form-part {
        padding: 20px 20px 20px 20px;
    }
    #registration, #registration .container, #registration .content-section, #registration .row {
        height: auto;
    }
}

#registration .thanks-content
{
    text-align:left;    
}
#registration .thanks-content h3{
    padding-bottom:40px;
}
#registration .thanks-content p
{
    font-size:14px;
}

#registration .thanks-content a
{
    text-decoration:underline;
}