.landing{
    min-height: 740px;
    height: 100%;
	position:relative;
	overflow:hidden;	
	background-color:#020c10;
}

.landing .controls{position:absolute;text-align:center;font-size:small;height:100%;min-height:100%;}
.landing img{padding-top:58%;}
.landing .btn_start {
    height: 60px;
    margin-top: 10px;
    padding: 34px 0;
    font-size: 0;
    -webkit-animation: glowBtn 3s infinite linear;
    -moz-animation: glowBtn 3s infinite linear;
    -ms-animation: glowBtn 3s infinite linear;
    -o-animation: glowBtn 3s infinite linear;
    animation: glowBtn 3s infinite linear;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url('/img/landing/btn_landing_start.png');
}
.landing .btn_start a{display:block;height:60px;width:250px;margin:0 auto;text-decoration:none !important;}
.landing .btn_login{
	height:56px;padding:35px 0 27px;font-size:0;
	background-position:50% 0;background-repeat:no-repeat;background-image:url('/img/landing/btn_landing_login.png');}
.landing .btn_login a{display:block;height:56px;width:240px;margin:0 auto;text-decoration:none !important;}	
.landing .fpwd{color:#6f6f6f !important;}

@-webkit-keyframes glowBtn{0%{-webkit-filter:brightness(95%);}50%{-webkit-filter:brightness(150%);}100%{-webkit-filter:brightness(95%);}}
@-moz-keyframes glowBtn{0%{-moz-filter:brightness(95%);}50%{-moz-filter:brightness(150%);}100%{-moz-filter:brightness(95%);}}
@-ms-keyframes glowBtn{0%{-ms-filter:brightness(95%);}50%{-ms-filter:brightness(150%);}100%{-ms-filter:brightness(95%);}}
@-o-keyframes glowBtn{0%{-o-filter:brightness(95%);}50%{-o-filter:brightness(150%);}100%{-o-filter:brightness(95%);}}
@keyframes glowBtn{0%{filter:brightness(95%);}50%{filter:brightness(150%);}100%{filter:brightness(95%);}}

.landing .other{position: absolute;bottom: 30px; color:#6f6f6f; text-align: center; width:100%; min-width:100%;}
.landing .other a{color:#6f6f6f !important;}

html.login-page,
html.login-page body {
    position: relative;
    margin: 0 auto;
    height: 100%;
    min-height: 0 !important;
    text-align: center;
    background-color: #020c10;
    font-size: 3.48vw;
}

html.login-page body {
    width: 100vw;
    max-width: 100%;
}

.login-back-icon {    
    position: absolute;
    top: 0.375rem;
    left: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.125rem solid #fff;
    border-radius: 50%;
}
.login-back-icon:before,
.login-back-icon:after {
    content: ' ';
    position: absolute;
    width: 0.25rem;
    height: 0.75rem;
    background-color: white;
}
.login-back-icon:before {
    top: 0.125rem;
    left: 0.625rem;
    transform: rotate(45deg);
    transform-origin: center 10%;
}
.login-back-icon:after {
    top: 0.5rem;
    left: 0.1875rem;
    transform: rotate(-45deg);
    transform-origin: center 10%;
}

.login-content {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.login-agreement {
    padding: 0.625rem 0.625rem 1.25rem;
    text-align: left;
    font-size: 1.125rem;
}

.login-back-button {
    padding-bottom: 1.25rem;
}

.login-splash {
    position: relative;
    width: 100%;
    height: 25.375rem;
    overflow: hidden;
}

.login-splash-img {
    left: -2.4375rem;
    right: -2.4375rem;
}

.login-logo {
    position: relative;
    margin-top: -8.125rem;
    width: 100%;
    padding-bottom: 30%;
    background-position: 99.9001996007984% 63.12231100184388%;
    background-size: 317.82608695652175% 1278.9855072463768%;
}

.header-2019.sub.separator {
    height: 0.0625rem;
    background: linear-gradient(90deg,rgba(255,255,255,0),#fff,rgba(255,255,255,0)) 50% 0/85% 1px no-repeat;
}

.button-2019-wr {
    position: relative;
    margin: 0 auto !important;
    display: inline-block;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.button-2019-wr:before,
.button-2019-wr:after {
    display: none !important;
}
.button-2019 {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 11.125rem;
    padding: 0.75rem 0.3125rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    color: white;
    line-height: normal;
    text-transform: uppercase;
    background-color: rgb(25, 92, 111);
    user-select: none;
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
    box-shadow: rgb(58, 164, 175) 0px 0px 0.125rem 0.0625rem inset;
    border-radius: 0.3125rem;
    opacity: 1;
    transition: opacity .35s ease;
    box-sizing: border-box;
}

.button-2019:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(farthest-side at center top, rgb(48, 174, 197) 0px, rgba(39, 143, 186, 0.01) 50%), radial-gradient(farthest-side at center bottom, rgb(42, 135, 255) -50%, rgba(42, 135, 255, 0.5) 25%, rgba(42, 135, 255, 0) 60%);
}

.button-2019_accept {
    padding: 0.625rem;
    font-size: 1.125rem;
    font-weight: 600;
    box-shadow: rgb(135, 177, 111) 0px 0px 0.125rem 0.0625rem inset;
    background-color: rgb(69, 136, 63);
}

.button-2019_accept:before {
    background-image: radial-gradient(farthest-side at center top, rgba(231, 240, 228, 0.55) 0px, rgba(58, 120, 46, 0.4) 50%), radial-gradient(farthest-side at center bottom, rgb(153, 253, 207) -50%, rgb(96, 204, 120) 25%, rgba(255, 200, 200, 0) 60%);
}

.button-2019__content {
    position: relative;
    padding: 0;
}

.button-2019:hover {
    opacity: .8;
    transition: opacity .35s ease;
}

.login-start-button-wr {
    margin: 3.9375rem 0 1.8125rem;
}

.login-form-group {
    margin-bottom: 1.4375rem;
}

.login-form-control-wr {
    margin: 0 auto 0.875rem;
    max-width: 8.75rem;
}

.login-form-control {
    width: 100%;
    color: #fff;
    background-color: #020f13;
    box-sizing: border-box;
    outline: none;
    cursor: unset;
    padding: 0.3125rem 0.375rem 0.375rem;
    border: 1px solid #213136;
    border-radius: 0.625rem;
}

.login-title {
    margin: 0;
    padding: 0.625rem 0;
    font-weight: 400;
    color: #fff;
}

.login-title,
.login-form-control,
.login-form-label,
.login-desc,
.login-desc-error,
.login-desc-other,
.login-other-link {
    font-size: 1rem;
}

.mt10ad {
    margin-top: 0.625rem;
}

.mb10ad {
    margin-bottom: 0.625rem;
}

.login-form-label {
    margin-bottom: 0.3125rem;
    display: block;
    color: #fff;
}

.login-desc {
    color: #fff;
}

.login-desc-error {
    color: #d05050;
}

.login-desc-other {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 1.25rem;
    text-align: center;
    color: #6f6f6f;
}

.login-other-link {
    margin-bottom: 0.625rem;
    display: block;
    color: #6f6f6f !important;
}

.login-form-wr {
    line-height: .85rem;
    font-size: .85rem;
    padding: 1.5625rem 1.5625rem 1.3125rem;
}

.login-other-space {
    padding-bottom: 6.25rem;
}

.clear-cache-icon{
    position: absolute; 
    right: 10px; 
    bottom: 25px;
}

.clear-cache-icon a img{
    width: 4rem;
}

.clear-cache-icon a img:active {
    opacity: 0.7;
    transition: all 0.5s;
}

@media (min-width: 460px) {
    html.login-page {
        font-size: 16px;
    }

    html.login-page body {
        max-width: 768px!important;
        width: 100vw;
    }
}

@media (min-width: 768px) {
    html.login-page {
        font-size: 16px;
    }

    @supports (width: min(10px, 5vw)) {
        html.login-page {
            font-size: clamp(1px, min(2.25vw, 1.85625vh),16px);
        }

        html.login-page body {
            max-width: 768px!important;
            width: min(82.5vh,100vw);
        }
    }
}

.login-anim-controls,
.login-anim-logo:before,
.login-anim-scene {
    background-image: url('/img/landing/animated/atlas.png?v=0.001');
}
.login-anim-scene {
    background-position: 50% 0.08340283569641367%;
    background-size: 100.13736263736264% 246.93627450980392%;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
}
.login-anim-logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 86%;
}
.login-anim-logo:before {
    content: '';
    background-position: 6.25% 99.93560849967804%;
    background-size: 101.10957004160888% 436.1471861471861%;
    display: block;
    width: 100%;
    padding-bottom: 31%;
}
.login-anim-controls {
    background-position: 0.14534883720930233% 63.806552262090484%;
    background-size: 189.35064935064935% 274.8976807639836%;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-spine-female,
.login-spine-male {
    position: absolute;
    top: 0;
    bottom: 0;
}
.login-spine-male {
    left: 0;
    transform: translate(-39.5%, -53%);
    width: 173%;
}
.login-spine-female {
    right: 0;
    transform: translate(34.5%, -23%);
    width: 136%;
}