@font-face {
  font-family: 'Amaranth';
  src: url('Amaranth-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}        
body{
    /*font-family: 'Amaranth';*/
    font-size:20px;
}

.login-page{
    overflow: auto;
    background: #80A1B0 radial-gradient(circle, #5a7b8c 10%, #254558 30%) !important
/*    background: linear-gradient(225deg, #80A1B0 15%, #254558 85%) !important;*/
/*        background-color: #e9ecef;*/
}


@media (max-height:640px) {
    .login-page .input-group{
        margin: 0px !important;
    }
    .login-page .input-group-text{
        height: 32px !important;
    }
    .login-page .form-check-input{
        height: 32px !important;
        width: 32px !important;
    }
    .login-page input[type="text"], .login-page input[type="email"], .login-page input[type="password"], .login-page input[type="tel"]{
        padding: 3px 6px;
    }
}

@media (max-height:768px) {
    .login-box-body, .register-box-body{
        top: 30%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}


@media (min-height:769px) {
    .login-box-body, .register-box-body {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }    
}


.login-box-body, .register-box-body {
    position: absolute;
    left: 50%;
    
    background: #fff;
    padding: 20px;
    color: #414141;
    border-top: 0;
    /*border: solid 1px #414141;*/
    /*box-shadow: 0 0 10px 10px #21252933, 0px 0px 10px 20px #21252933;*/    
    /* border-radius: 3em; */
}    
.login-box-right .login-box-body{
    border: none !important;
}

.login-box-left{
/*    background: #254558 radial-gradient(ellipse at 50% 50%, #254558 0%, #142630 80%) !important;*/
    background: linear-gradient(225deg, #80A1B0 15%, #254558 85%);
    background-size: cover;
    height: 100%;
    width: 50%;
    position: fixed;
    padding: 24px;
    left:0;
}
.login-box-right{
    position: absolute;
    top: 0;
    right: 0;
/*    overflow-y: auto;*/
    background-color: #fff;
    width: 50%;
    height: 100vh;
    padding: 1.5rem 3rem;
}

@media (max-width:768px) {
    .login-box-left {
        display: none;
    }
    .login-box-right {
        width: 100%;
    }
}

.btn-validate-2, .btn-validate-2:hover{
    color: #fff;
    background-color: #380878;
    font-size: 20px;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}