#background {
    position: fixed;
    left: 0;
    top: 0;
	width: 100vw;
	height: 100vh;
	background: radial-gradient(circle, #0b1b3e, #070C17);
    z-index: -999;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

body {
    user-select: none;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

.button-arr1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

a.paper-btn-ref {
    height: 30px;
    line-height: 30px;
    background: #070C17;
    border: 1px solid #1B3B6F;
    border-radius: 5px;
    align-self: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #1B3B6F;
    padding: 0 20px;
    margin: 20px;
}

.app {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrapper {
    width: 780px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.wrapper.panel {
    /* height: 600px; */
}

.page_header #logo {
    transition: all 0.2s;
    transform: scale(0.5);
}

.page_header #logo:hover {
    transform: scale(0.6);
    filter: drop-shadow(0 0 5px #fff);

}

.content {
    width: 100%;
    height: 100%;
    background: #111E3A;
    border-radius: 6px;
    border: 1px solid #1B3B6F;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content.c_header {
    height: 50px;
}

.c_header .in_wrapper1 {
    padding-top: 0px;
    padding: 8px;
}

.in_wrapper1 {
    flex-grow: 5;
    text-align: center;
    padding-top: 20px;
    border-right: 1px solid #000;
}

.in_wrapper2 {
    flex-grow: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header {
    font-size: 1.6em;
}

.header-inf {
    color: #aaa;
}

/*  */

.form_l, .form_p {
    text-align: left;
    padding: 0 30px;
    margin: 20px 0;
}

.input-info {
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0;
    color: #aaa;
}

input {
    width: calc(100% - 20px);
    background: #0d172d;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #070C17;
    border-radius: 5px;
    outline: none;
    color: #fff;
    transition: all 0.2s;
}

input:hover {
    border: 1px solid #000;
}

input:focus {
    border: 1px solid #284991;
}

.fp_p{
    margin: 2px;
    font-size: 14px;
}

.fp_p a {
    text-decoration: none;
    color: #284991;
}

.form_s {
    padding: 0 20px;
}

.form_s .submit_button {
    background: #284991;
    cursor: pointer;
}

.form_s .submit_button:hover {
    background: #266DD3;
}





/*  */

.logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logo-text {
    color: #070C17;
    text-transform: uppercase;
}

#logo {
    background: url('/resources/img/favicon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

#logo_white {
    background: url('/resources/img/favicon_white.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

#logo_full_white {
    background: url('/resources/img/logo_white.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
}

/*  */

.err-msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 55px;
}

.error_msg {
    font-size: 12px;
    text-transform: uppercase;
    color: #ED4337;
    margin-top: 5px;
}

/*  */

a {
    color: currentcolor;
}
