﻿a {
  outline: 0;
  text-decoration: none !important;
}
input:focus {
    outline: 0;
}

#login_logo_bg {
    position: relative;
    width: 200px;
    height: 200px;
    background: #B79647;
    text-align: center;
    margin: 0 auto;
    margin-top: -7.5em;
}

#login_logo {
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    max-width: 100px;
}

#login_title {
    font-family: Verdana;
    font-size: 24px;
    color: #B79647;
    line-height: 32px;
    margin: auto 0;
    margin-top: 10px;
    word-break:break-word;
}

#login_user_input {
    font-family: Verdana;
    font-size: 16px;
    color: rgba(0,0,0,0.38);
    line-height: 24px;
    margin-top: 50px;
}

#login_pwd_input {
    font-family: Verdana;
    font-size: 16px;
    color: rgba(0,0,0,0.38);
    line-height: 24px;
    margin: 0 auto;
    margin-top: 40px;
}

.textbox {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    font-family: Verdana;
    font-size: 16px;
    color: rgba(0,0,0,0.38);
    line-height: 24px;
}

#login_restaurant {
    font-family: Verdana;
    font-size: 15px;
    color: rgba(0,0,0,0.87);
    line-height: 20px;
    text-align: center;
}

.login_restaurant_box {
    height: 30px;
    width: 200px;
    font-family: Verdana;
    font-size: 15px;
    color: rgba(0,0,0,0.87);
    line-height: 20px;
    overflow: hidden;
    max-width: 200px;
    margin-top: 5%;
}

option {
    width: auto;
}

.login_btn_asp {
    height: 36px;
    min-width: 130px;
    background: #B79647;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top:5%;
}

.loginSso_btn_asp {
    height: 36px;
    min-width: 130px;
    background: #B79647;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.login_errortext {
    margin-top: 50px;
    font-family: Verdana;
    font-size: 14px;
    color: #ff0000;
    letter-spacing: 0.5px;
    max-width: 100%;
    word-break:break-word;
}

.login_reset_password {
    font-family: Verdana;
    font-size: 16px;
    color: #AACD1C;
    text-decoration: none;
    width: 100%;
    word-break:break-word;
}

    
.login_reset_password a:hover {  
    text-decoration: none;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jumbotron {
    background: url('header_image@2x.png') no-repeat center center;
    background-size: cover;
    min-height: 200px;
    max-height: 200px;
}

@media(max-width:575.98px) {
    #login_logo_bg {
        margin-top: -14em;
    }
}

@media(max-width:576px) {
    #login_logo_bg {
        margin-top: -10em;
    }
}