﻿html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

@font-face {
    
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
}

* {
    
}

.login_container {
    width: 100%;
    height: 100%;
    background: url('../images/login-img.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login_block {
    background: url(../images/opacity_white.png) repeat 0 0;
    width: 375px;
    min-height: 350px;
    margin: 2% auto 0;
    border-radius: 6px;
    position: relative;
    float: center;
	padding: 10px;
}
.login_block1 {
    background: url(../images/opacity_white.png) repeat 0 0;
    width: 375px;
    /*min-height: 385px;*/
    margin: 2% auto 0;
    border-radius: 6px;
    position: relative;
    float: center;
	padding: 10px;
    height: 420px;
}

.logo_block {
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.login-fields_block {
    width: 90%;
    margin: 5% auto 1%;
    text-align: center;
}

    .login-fields_block input {
        width: 100%;
        border: #999 solid 1px !important;
        padding: 15px 10px !important;
        border-radius: 6px;
        margin: 0 0 10px;
        font-size: 16px;
        outline: none;
    }

        .login-fields_block input, .login-fields_block input:focus {
            color: #333;
        }

.login_btn_block {
    width: 90%;
    margin: 0 auto;
    display: table;
}

.login_btn_left {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 16px;
    padding: 13px 0;
}

    .login_btn_left input {
        width: 16px;
        height: 16px;
        margin: 0;
    }

.login_btn_right {
    width: 50%;
    float: right;
    text-align: right;
}

    .login_btn_right button {
        border: 0;
        padding: 0;
        cursor: pointer;
        outline: none;
    }

.loginblockbuttons {
    width: 90%;
    text-align: center;
    margin: 0 5%;
    padding: 25px 0;
    position: absolute;
    bottom: 45px;
}

    .loginblockbuttons a {
        color: #333;
    }

.findourmore {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2%;
    display: none;
}

    .findourmore a {
        background: #ffb400;
        border-radius: 6px;
        padding: 15px 0;
        text-align: center;
        color: #000;
        font-size: 18px;
        width: 95%;
        display: block;
        margin: 0 auto;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px #ffda80;
    }

.not-a-member {
    width: 95%;
    min-height: 68px;
    text-align: center;
    margin: 10px auto;
    border-radius: 5px;
    position: absolute;
    bottom: 50px;
    left: 9px;
    display: none;
}

.not-a-member1 {
    width: 95%;
    min-height: 68px;
    text-align: center;
    margin: 10px auto;
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
    left: 9px;
}

.not-a-member-left {
    font-size: 19px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    padding: 15px 0 15px 1%;
    line-height: 22px;
    float: left;
    text-align: left;
}
.not-a-member-left span{
    font-size: 16px;
}

.not-a-member-right {
    width: 40%;
    margin: 0 auto;
    padding: 5px 0 10px;
    text-align: right;
    float: right;
}
.not-a-member-right img{
    width: 90%;
    margin-top: 17px;
    margin-right: 5px;
}
