.walign {line-height: normal; vertical-align: middle; display: inline-block;}
.balign {line-height: normal; vertical-align: bottom; display: inline-block;}

.terminal {
    font-size: 25px;
}

.terminal .countdown {
    width: 100%;
    height: 15px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #B60000;
}

.terminal .terminal-id {
    position: fixed;
    right: 10px;
    bottom: 18px;
    color: #AAAAAA;
    font-size: 15px;
}

.terminal .terminal-logout {
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: #B60000;
    color: #FFFFFF;
    font-size: 35px;
    padding: 20px;
    text-decoration: none;
    border-bottom-left-radius: 10px;
}

.terminal h2 {
    font-size: 40px;
}

.terminal p.big {
    font-size: 30px;
}

.terminal .modal {font-size: 25px;}
.terminal .modal.ok {background: #008000;}
.terminal .modal.xx {background: #B60000;}

.terminal-new {
    text-align: center;
    line-height: 100vh;
}

.terminal-new .icon {
    font-size: 70px;
    color: #B60000;
}

.terminal-login {
    line-height: 100vh;
}

.terminal-login .walign {
    width: 100%;
}

.terminal-login .clock {
    text-align: center;
    font-size: 100px;
    line-height: 20px;
}

.terminal-login .clock span {
    font-size: 30px;
}

.terminal-login .submit {
    float: none;
    margin: 20px auto 0px auto;
    font-size: 30px;
    width: 49%;
    height: 100px;
}

.terminal-login .form-box {
    padding: 20px 0px 0px 0px;
}


.terminal-offer h2 {
    margin: 0px 1% 0px 1%;
    padding: 33px 0px 26px 0px;
}

.terminal-offer .submit {
    float: left;
    margin: 1%;
    font-size: 30px;
    width: 23%;
    height: 140px;
    background-repeat: no-repeat;
    background-position: top 15px center;
    background-size: auto 70px;
    padding: 80px 0px 0px 0px;
}

.terminal-offer .submit:hover {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70px;
    background-position: top 15px center;
}

.terminal-offer .submit.sent_in {background-image: url(../../img/in.svg);}
.terminal-offer .submit.sent_out {background-image: url(../../img/out.svg);}
.terminal-offer .submit.sent_sales {background-image: url(../../img/sales.svg);}


.terminal .modal {height: auto; font-size: 80px; line-height: 90px; padding: 35px 0px 35px 0px;}