﻿body {
    padding: 0px;
    margin: 0px;
    background: url(../../Images/WB/background_Walter_Bushnell.jpg) #8ccff4 no-repeat left top;
    background-size: cover;
    font-size:14px;
    font-family:Calibri;
    font-weight:bold;
}

img {
    padding:0px;
}

.left_side {
    background: rgba(255, 255, 255, 0.7);
    width: 60%;
    float: left;
    margin-top:12%;
    /*top:150px;
    position:relative;*/
}

.left_side_left, .left_side_center, .left_side_right {
    width: 24%;
    float: left;
    padding: 25px 15px 15px 15px;
}

.left_side_center {
    width:29%;
}

.left_side_right {
    width:35%;
}

.left_title {
    border-bottom: 2px solid #314496;
    color: #fff;
    width: calc(100% - 25px);
    font-size:17px;
        line-height: 27px;
}

    .left_title span {
        background: #314496;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 5px 5px 3px 5px;
    }

.left_contnet {
    margin-top: 10px;    
    padding-right: 10px;
    border-right: 2px solid #8ccff4;
    line-height:22px;
    font-style:italic;
}
.left_contnet_right {
    border:0px;
}


    .left_contnet ul {
        margin:0px; 
        padding:0px;
    }
        .left_contnet ul li {
            padding:0px;
            margin-left:15px;
            list-style:disc;
            
        }


/********  right side *****************/

.right_side {
    width:28%;
    float:left;
    margin:8% 6% 0 6%;
}

.login_header {
    width:100%;
    line-height:0px;
}

    .login_header img {
        width:100%;
    }

.login_back {
    background: url(../../Images/WB/login_bg.jpg) repeat-x left top;
    width:100%;
    float:left;
    padding:25px 0 30px 0;

}

#signin {
    margin:0 25px;
}

  #signin .input-field {
        position: relative;
        height: 55px;
        margin: 35px 0;
        transition: all 300ms;
    }

        #signin .input-field img {
            position: absolute;
            bottom: 5px;
            left: 5px;
            color: #BBBAAA;
            height: 0;
            visibility: hidden;
            font-size: 0;
            transition: all 100ms;
        }

        #signin .input-field label {
            width: 100%;
            height: 100%;
            position: absolute;
            margin-top: 20px;
            left: 4px;            
            color: #ffffff;
            opacity: 1;
            transition: all 300ms;
        }

        #signin .input-field input {
            width:76%;
            height: 4px;            
            padding: 0 20px 0 50px;
            border: none;
            color: #606060;
            border-radius:5px;
            background: #f7f5f5;
            outline: 0;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 300ms;
        }

    #signin .input-field input:focus {
        color: #333;
    }

    #signin .input-field input:focus, #signin .input-field input.not-empty {
        height: auto;
        padding: 14px 20px 14px 57px;
        border:5px solid #0077be;
    }

        #signin .input-field input:focus + img, #signin .input-field input.not-empty + img {
           
            height: auto;
            visibility: visible;
        }

            #signin .input-field input:focus + img + label, #signin .input-field input.not-empty + img + label {
                font-size: 12px;
                margin-top: -15px;
                opacity: 0.7;
                animation: label 300ms 1;
            }

.login_btn {
    background: url(../../Images/WB/login_btn.png) no-repeat center;
    width:75px;
    height:43px;
    border:0px;
    cursor:pointer;
    
}

.login_div {
    width:100%;
    float:left;
    text-align:center;
}


.forgot_pass a {
    color:#fff;
    font-size:15px;
    width:100%;
    padding-top:10px;
    float:left;
    text-align:center;
    text-decoration:none;    
}

@media screen and (max-width: 767px) {
}
