body
{
    background: #575656;
}
h1, h2, h3, p, span, a
{
    font-family: 'Lato  ', sans-serif;
}
/*-------------------------------------
        SECTION
--------------------------------------*/
.wrapper
{
    background: url(../img/0900-LOGIN-NOCOLOR.jpg) no-repeat center top transparent;
    background-size: cover;
    background-position: 0 100%;
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -175px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 155px; /* .push must be the same height as .footer */
}
.logo
{
    padding: 0;
}
.logo a
{
    display: block;
}
.logo img
{
    margin-top: 38px;
}
.login, .login-btn
{
    padding-top: 40%;
    padding-left: 0;
    padding-right: 0;
}
.login
{
    float: left !important;
    margin-left: -2px;
    margin-bottom: 10px;
}
.login a
{
    display: block;
}
.login a
{
    float: left;
    padding: 27px 82px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    border: 2px solid #ed6c05;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out
}
.login a:hover
{
    background: #ed6c05;
    color: #fff;
    transition: all 0.2s ease-in-out
}
.login-btn
{
    float: left;
    border-right: 2px solid #ed6c05;
    text-align: center;
}
.login-btn img
{
    width: 80px;
}
.registered-users p
{
    margin-left: 42%;
}
.registered-users p
{
    text-transform: uppercase;
    color: #828282;
    letter-spacing: 1px;
}
.store-logo
{
    margin-top: 20%;
    margin-bottom: 80px;
}
.store-logo a
{
    display: inline-block;
}
.store-logo img
{
    width: 140px;
    margin-right: 6px;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #575656;
    transition: all 0.2s ease-in-out;
}
.store-logo img:hover
{
    background-color: rgba(255,255,255,1);
    transition: all 0.2s ease-in-out;
}

/*-------------------------------------
        FOOTER
--------------------------------------*/
footer h3
{
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 27px;
}
footer textarea
{
    resize: none;
}
.taxatie-info
{
    color: #fff;
}
.contact input, .contact textarea, .contact input:focus, .contact textarea:focus
{
    background-color: #434342;
    border: none;
    margin-bottom: 3px;
    color: #ed6c05;
}
.register p, .register span
{
    color: #fff;
}
.register ul
{
    margin: 0;
}
.register ul li
{
    list-style-type: none;
    width: 50%;
    float: left;
}
.register ul li p
{
    font-size: 12px;
    margin-bottom: 4px;
}
.social p
{
    color: #fff;
}
.social ul
{
    margin: 0;
}
.social ul li
{
    list-style: none;
    float: left;
    margin-right: 12px;
}
.social ul li a .fa
{
    width: 50px;
    height: 50px;
    color: #575656;
    background-color: #fff;
    font-size: 30px;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
}
.social ul li a
{
    display: block;
    text-align: center;
}
.sub-footer
{
    margin-top: 20px;
}

.sub-footer p
{
    margin-bottom: 0;
    background: #373736;
    text-align: center;
    font-size:12px;
    /*font-family: Roboto,Arial,Tahoma,sans-serif;*/
    /*font-family: 'Varela Round', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    padding: 10px;
    color: #FFFFFF;
}


.sub-footer p a {
    color: #E8DC1C !important;
    font-family: Roboto,Arial,Tahoma,sans-serif;
}

.sub-footer p a:hover {
    color: #d89300 !important;
}

.social ul li a .fa:hover
{
    color: #ed6c05;
    transition: all 0.2s ease-in-out;
}
/*-------------------------------------
        IPAD LANDSCAPE
--------------------------------------*/
@media screen and (max-width: 1024px)
{
    .login, .login-btn 
    {
        padding-top: 30%;
    }
    .login a 
    {
        padding: 27px 60px;
    }
    .store-logo
    {
        margin: 100px 0;
    }
    .registered-users p
    {
        font-size: 12px;
        color: #2a2a2a
    }
}

/*-------------------------------------
        IPAD PORTRAIT
--------------------------------------*/
@media screen and (max-width: 800px)
{
    .login a p
    {
        padding: 23px 48px;
    }

    .login, .login-btn
    {
        padding-top: 45%;
    }
    .social ul li a .fa
    {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .logo
    {
        padding-left: 0.9375em;
        padding-right: 0;
    }
    .wrapper
    {
        background-position: 95% 82%;
    }    
}

@media screen and (max-width: 640px)
{
    .logo
    {
        width: 80%;
    }

    .login-btn
    {
        display: none;
    }
    .login 
    {
        margin-left: 0;
    }
    .login a
    {
        float: none;
        display: block;
        text-align: center;
        margin: 0 60px;
    }
    .registered-users p
    {
        margin: 0;
        text-align: center;
    }
    .store-logo
    {
        text-align: center;
        margin: 70px 0 40px 0;
    }
    .store-logo img
    {
        margin: 0;
    }
    .taxatie-info, .contact, .register
    {
        padding-bottom: 20px;
        margin-top: 20px;
        border-bottom: 1px solid #5f5f5f;
    }
    .social
    {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    footer h3
    {
        margin-bottom: 20px;
        text-align: center;
    }
    .social ul
    {
        text-align: center;
    }
    .social ul li
    {
        float: none !important;
        display: inline-block;
    }
}

.footer-logo-img{
    width: 120px !important;
	height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    font-weight:normal;
}
/** FROM BIDDO CSS FILE **/
.wrapper
{
    border-bottom: 1px solid #ed6c05;
    background: url(../img/Drivers-Seat.jpg) no-repeat center top transparent;
    background-size: cover;
}

.registered-users p
{
    text-align: center;
    margin-left: 24%;
    width:480px;
    text-transform: none; 
    background-color: rgba(255,255,255,0.5);
    padding:10px;
    color: #333;
    letter-spacing: 1px;
}

.login a
{
    background-color: rgba(255,255,255,0.6);
    border: 2px solid #c2002f;
}

.login a:hover
{ 
    background-color: rgba(0,174,141,0.6);
    color: #FFF;
    border: 2px solid #00416a;
    transition: all 0.2s ease-in-out
}

.login-btn{
    border: none;
}

@media screen and (max-width: 640px)
{
    .logo
    {
        margin-left: 10%;
    }

}
/** FROM BIDDO CSS FILE **/
