body {

    background: url('/static/img/bg-image.png') no-repeat fixed center center;
    background-size: cover;
    font-family: Montserrat;

}

.logo {
    width: 213px;
    height: 80px;
    background: url('/static/img/sharp-logo-white.svg') no-repeat;
    margin: 30px auto;
    margin-top: 140px;

}


.login-block {
    width: 320px;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #1669b2;
    margin: 0 auto;

}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Montserrat;
    padding: 0 20px 0 12px;
    outline: none;
}
.login-block select {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Montserrat;
    padding: 0 20px 0 12px;
    outline: none;
}



.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}
.alert-success {
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.login-block button {
    width: 100%;
    height: 40px;
    background: #1669b2;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #1669b2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: transparent;
    color:#1669b2;
}

.ln-block input:active, .ln-block input:focus {
    border: 1px solid #ff656c;
}
.ln-block select {
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0px 20px 0 12px;
    outline: none;
}
.ln-block button:hover {
    background: transparent;
    color:#1669b2;
}
.ln-block button {
    width: 100%;
    height: 40px;
    background: #1669b2;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #1669b2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}
.ln-block {
    width: 177px;
    padding: 8px;
    background: #fff;
    border-radius: 6px;
    border-top: 5px solid #1669b2;
    margin: auto 89%;
}

