* {
    box-sizing: border-box;
}

body, html {
    color: #333538;
    background: #eeeeee;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0
}

.login {
    background: #305680;
    color: #fff;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
}

.loginform {
    position: absolute;
    width: 310px;
    height: 360px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -155px;
    background: #eeeeee;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 3px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.tb-icon {
    background-image: url("/images/logo128.png");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    height: 128px;
    width: 128px;
    margin: 5px;
        margin-left: 5px;
    margin-left: 91px;
}

.wronglogin {
    margin: 0;
    font-size: 13px;
    color: #fb544b;
    text-shadow: none;
    font-weight: bold;
    margin: 10px;
        margin-left: 10px;
    margin-left: 20px;
}

.auth-form {
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


form input[type="text"], form input[type="email"], form input[type="password"] {

    display: block;
    width: 308px;
    height: 46px;
    padding: 8px 14px;
    border: 0 none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    color: #555;

}

form input[type="text"], form input[type="email"], form input[type="password"] {
    display: block;
    width: 308px;
    height: 46px;
    padding: 8px 14px;
    border: 0 none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    color: #555;
}

.button.submit {
    margin: 13px auto;
    width: 91%;
    font-weight: bold;
}


.button.blue {
    background-image: -webkit-linear-gradient(top, #38a9fb, #305680);
    background-image: -moz-linear-gradient(top, #38a9fb, #305680);
    background-image: -o-linear-gradient(top, #38a9fb, #305680);
    background-image: -ms-linear-gradient(top, #38a9fb, #305680);
    background-image: linear-gradient(to bottom, #38a9fb, #305680);
    border: 1px solid #037dd6;
    color: #fff;
    font-size: 16px;
    height: 44px;
    margin: 5px;
        margin-left: 5px;
    margin-left: 16px;
}

.col-40 {
        float:right;
}

