/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 7, 2020, 3:41:46 PM
    Author     : vkorotun
*/

html, body {
    line-height: 1.2em;
    height: 100%;
}

.min-input-width {
    min-width: 240px;
}

.min-btn-width {
    min-width: 160px;
}

.forgot-pass-link {
    color: #25292b;
    font-size: 14px;
    text-decoration: none;
}

.forgot-pass-link:hover, .forgot-pass-link:active, .forgot-pass-link:visited, .forgot-pass-link:link {
    color: #25292b;
    text-decoration: none;
}

#custom_message {
        width: 360px;
        margin-left: -180px;
}

#custom_message_text {
        font-weight: bold;
}

.normal-a, .normal-a:hover, .normal-a:visited {
    color: #D0AF21;
    text-decoration: none;
}

.no-click-border {
    outline: 0;
    outline-offset: 0;
}

.no-click-border:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-offset: 0;
    box-shadow: none;
}