:root{
    --top-panel-bg-color: rgba(59, 21, 6, .9);
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    height: 100%
}

body {
    background: url("https://dune-antares.s3.eu-central-1.amazonaws.com/images/background_login.jpg");
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: "AvenirLTPro-Light";
    src: url("../fonts/Linotype - AvenirLTPro-Light.otf");
}
@font-face {
    font-family: "AvenirLTPro-Medium";
    src: url("../fonts/Linotype - AvenirLTPro-Medium.otf");
}

a {
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
    color: white;
}



.nav-controls{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: 1.6rem;
}
.nav-controls, .nav-controls:before {
    background: var(--top-panel-bg-color);
}

.nav-controls:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%)
}
.register-btn{
    background-color: rgba(34, 0, 0, .6);
    color: white;
    display: inline-block;
    border: 1px solid white;
    padding:  .5rem 2rem;
    margin-right: 2rem;
    transition: .2s;
}
.register-btn:hover{
    transform: scale(1.1);
}
.language-btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}
.flex{
    display: flex;
}
.language-dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(59, 21, 6, 1);
    padding: 1rem 0;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
}
.language-dropdown-link{
    padding: .5rem 2rem;
    color: white;
    text-decoration: none;
	white-space: nowrap;
}
.language-dropdown-link:hover{
    text-decoration: none;
    color:white;
    background-color: rgba(34, 0, 0, 1);
}



.login-form-wrapper{
    position: absolute;
    top: 37rem;
    left: 50%;
    min-width: 40rem;
    max-width: 48rem;
    transform: translate(-50%, -50%);
    background-color: rgba(79, 37, 8, .8);
    font-size: 1.6rem;
    padding:   4rem 0;
    font-family: AvenirLTPro-Light;
}
.login-form-wrapper-wide{
    position: relative;
    margin: 10rem auto;
    width: 80%;
    background-color: rgba(79, 37, 8, .8);
    font-size: 1.6rem;
    padding:   4rem 0;
    font-family: AvenirLTPro-Light;

}
.login-form-wrapper a, .login-form-wrapper a:hover{
    color: white;
    text-decoration: none;
}
.login-form-bg{
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url("https://dune-antares.s3.eu-central-1.amazonaws.com/images/login_form_bg.png");
    background-position: center;
    opacity: .1;
}
.login-form-header{
    font-family: "AvenirLTPro-Medium";
    text-align: center;
    border-bottom: 2px dotted rgba(255, 255, 255, .6);
    border-top: 2px dotted rgba(255, 255, 255, .6);
    margin-bottom: 5rem;
    padding: 1rem 0;
}
.login-form-header h2{
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 2.5rem;
    margin:0;
}
.login-form-input-group{
    text-align: center;
    margin: 0 4rem 2rem 4rem;
}
.terms-paragraph{
    font-size: 1.2rem;
    text-align: center;
}
.terms-link{
    color: #999 !important;
    opacity: .6;
    transition: .2s;
}
.terms-link:hover{
    opacity: 1;
}
.login-btn-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.login-btn{
    color: white;
    height: 46px;
    width: 268px;
    background: url('https://dune-antares.s3.eu-central-1.amazonaws.com/images/form_btn_background.png');
    border: none;
    outline: none;
    cursor: pointer;
    transition: .2s;
}
.login-btn:hover{
    transform: scale(1.1);
}
.login-form-input {
    background-color:rgba(37,15,6,.7);
    border:  none;
    outline: none;
    color: #fff;
    width: 100%;
    line-height: 3rem;
}
.login-form-additional-bar{
    margin: 1rem 4rem 2rem 4rem;
    display: flex;
}
.login-form-additional-bar label{
    margin-right: auto;
}
.login-form-checbox-label{
    cursor:pointer;
}
.login-form-additional-bar input[type="checkbox"]{
    appearance: none;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #624a2e;
    outline: none;
    cursor: pointer;
}
.login-form-additional-bar input[type="checkbox"]:checked{
    outline: none;
    background: #624a2e url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}
.forgot-pass-btn{
    color: #999 !important;
    opacity: .6;
    transition: .2s;
}
.forgot-pass-btn:hover{
    opacity: 1;
}
.login-form-error{
    color: red;
    display: inline-block;
    width: 100%;
}
.terms{
    padding: 3rem;
}
.terms ul{
    list-style: none;
}
