﻿
#background {
    background: url('../Images/background.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: Montserrat;
    width: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.login-box {
    max-width: 320px;
    height: 320px;
    padding: 20px;
    background: #fff;
    border: solid 1px #CCC;
    border-radius: 5px;
    border-top: 5px solid #F0AD4E;
    margin: 50px auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .login-box .txtbox {
        width: 100%;
        height: 42px;
        box-sizing: border-box;
        border-radius: 5px;
        /*border: 1px solid #ccc;*/
        margin-bottom: 20px;
        font-size: 14px;
        font-family: Montserrat;
        padding: 0 20px 0 50px;
        outline: none;
        font-weight: bold;
    }

    .login-box input#name {
        background: #fff url('../Images/u0XmBmv.png') 20px top no-repeat;
        background-size: 16px 80px;
    }

    .login-box input#pwd {
        background: #fff url('../Images/Qf83FTt.png') 20px top no-repeat;
        background-size: 16px 80px;
    }

    .login-box input.btn-login {
        width: 100%;
        height: 40px;
        background: #ff656c;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #e15960;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        font-family: Montserrat;
        outline: none;
        cursor: pointer;
    }

input.btn-login:hover {
    background: #eb8085;
}

.pls-sel {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

@media (max-width: 480px) {
    #ddlCulture {
        width: 100%;
    }

    #login-panel {
        width: 280px;
    }


    #lang_panel {
        clear: both;
        float: none !important;
        display: inline-block;
    }
}
