@charset "UTF-8";

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    font-family: 'Roboto', Roboto, sans-serif;
    color: #161616;
    font-size: 16px;
}

[role="main"] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

[role="main"].with_bg {
    background: #fff url('../img/bg-effect.png') no-repeat right bottom;
}

.app_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

.form_lb {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
}

.form_txt {
    font-family: 'Roboto', Roboto, sans-serif;
    outline: none !important;
    box-shadow: none !important;
    border: solid rgba(0, 0, 0, 0.5) 1px;
    border-radius: 0;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    transition: outline-width 80ms,
    border-bottom-color 180ms, border-top-color 180ms, border-left-color 180ms, border-right-color 180ms;
}

.form_txt:hover, .form_txt:active, .form_txt:focus {
    border: solid #1a237e 1px;
    outline: solid rgba(0, 0, 0, 0.15) 4px !important;
}

.form_group {
    margin-bottom: 22px;
}

.form_btn {
    font-family: 'Roboto', Roboto, sans-serif;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    background: #212121;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: outline-width 80ms,
    background-color 180ms, color 180ms;
}

.form_btn._primary {
    background: #0d124c;
}

.form_btn:hover, .form_btn:active, .form_btn:focus {
    outline: solid rgba(0, 0, 0, 0.15) 4px !important;
    background: black;
    color: #bbdefb;
}

.form_btnbar::after {
    content: "";
    clear: both;
    display: table;
}

.inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.to_right {
    float: right;
}

.ajs-message {
    text-shadow: none !important;
}
