.ASM_alert {
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid transparent;
    color: #E70000;
    line-height: 20px;
    font-size: 14px;
}
.ASM_header, #_asm .container, .ASM_logo, .ASM_cut_text, .ASM_alert, .ASM_loggedin_text span,
.ASM_control_text, .ASM_session_input_text span, .ASM_session_andor_text, .ASM-btn, .ASM-btn span, .ASM-input,
#sessionTimer, #sessionTimer span {
    font-family: Lato-Regular;
}
#_asm {
    font-family: Lato-Regular;
    top: 0;
    left: 0;
    right: 0;
    background: #27394f;
    color: #000;
    z-index: 99998;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#_asm .ASM-btn-login {
   margin-bottom:5px; 
}
#_asmBindForm {
    vertical-align: bottom;
    min-height: 70px;
    height: auto;
}
#_asm .button.ASM-btn-logout, #_asm .button.ASM-btn-reset {
    
    min-width:100px;
    
}
#_asm .button.ASM-btn-end-session, #_asm .button.ASM-btn-start-session {    
    min-width:175px;
    margin-bottom: 5px;    
}
#_asm .ASM-btn.ASM-btn-bind-cart {
    float: right;
    position: absolute;
    right: 0;
    top: 22px;
    font-weight: 400;
}
#_asm button[disabled] {
    background: #f1e6c8;
    color: #d1d1d1;
}
#_asm .ASM_input_holder label {
        font-size: 14px;
    color: #575757;
    margin-bottom: 9px;
    font-weight: 300;
    font-family: Lato-Regular;
    display: block;
    text-align: left;
    margin: 5px 0;
}
#_asm .ASM-input {    
    padding: 7px 5px 7px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    height: 39px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #333333;
    width: 100%;
    outline: none;    
}
#_asm .ASM-input.placeholder {
   color: #999999;
}
#_asm .ASM_header {
    padding: 10px 0 15px;
}
#_asm .ASM_header .ASM_logo {
    font-family: Lato-Regular;
    float: left;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding: 18px 0 12px;
    color: #333333;
}
#_asm .ASM_header .ASM_loggedin {
    text-align: right;
    margin-top: 15px;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text, .ASM_timer {
    display: inline-block;
    font-weight: 300;    
    font-size: 14px;
    margin: 0 20px 0 0;
    color: #575757;
}
.ASM_timer {
    margin-right: 35px;
}
#_asm .ASM_session .ASM_input_holder {
    width: 300px;
}