.login-box{
    width:33%;max-width:500px;align-self: center;padding:20px 40px;max-height: 100%;
    z-index: 2;
    position: relative;
    background: #fff;
    min-height: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}
.wrapper{
    display: flex;
    font-family: "Raleway", sans-serif;
    position: relative;
}
.wrapper *,.wrapper .btn.m-btn--custom{
    font-family: "Raleway", sans-serif;
}
.login-title{
    font-size:36px;font-weight: bold;line-height: 1.1;
}
.login-title p{
    font-size:16px;margin:15px 0;
}
.right-box{
    width:100%;background-size:cover;background-position: center right;min-height: 100vh;background-color:#00929e;display: flex;align-items:center;padding:50px;padding-right: 80px;
}
.login-box img{
    margin-bottom: 20px;flex: 0 0 auto;align-self:flex-start;object-fit: contain;
}
.login-box form{
    padding:20px 0 40px 0;max-width: 320px;width:100%;
}
.login-box form input{
    background:#f6f6f6;font-size:12px;
    padding:20px 20px;border-radius:30px 30px 0 0 ;border-color:#f6f6f6;
}
.login-box form label{
    padding:0px 20px;font-size:12px;font-weight: bold;
}
.form-control.focus, .form-control:focus {
    border-color: #f6f6f6;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.login-box form .btn.m-btn--custom{
    margin-top:15px;margin-bottom: 15px;
    padding:15px 30px;
    min-width: 50%;
    color:#fff;
    font-weight: bold;
    font-size:14px;
    background:#00929e;
    border:2px solid #00929e;
}
.login-box form .btn.m-btn--custom:hover{
    background:#fff;color:#00929e;
}
.remember-btn{
    display: inline-block;color:#00919e;text-decoration: underline;font-size:14px;margin-top:15px;font-weight: bold;
}
.remember-btn:hover{
    color:#000;
}
.languages-box{
    margin-bottom: 30px;text-align: right;
}
.languages-box a{
    font-weight: bold;font-size:14px;color:#000;
}
.languages-box a:hover,.languages-box a.active{
    color:#00929e;text-decoration: underline;
}
ul.links-page{
    list-style: none;padding:0;text-align: center;
}
ul.links-page li{
    display: inline-block;padding:5px;color:#000;font-weight: bold;font-size:12px;
}
ul.links-page li a{
    color:#000
}
ul.links-page li a:hover{
    color:#00929e
}
.copyright{
    color:#686868;font-size:10px;text-align: center;margin-bottom: 0;
}


div.flyel {
    top:50%;
    left:50%;
    position:absolute;
    z-index: -1;
    transition: all 8.5s ease-out 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1) !important;
}

.fly-elem div.flyel:nth-child(1){
    animation: scale 6s ease-out 0.5s infinite;
    transition: all 11.5s ease-out 0s;
    z-index: -1;
    top:80%;
    left:70%;
}
.fly-elem  div.flyel:nth-child(2){
    animation: scale 4s ease-out 0.5s infinite;
    transition: all 18.5s ease-out 0s;
    z-index: -1;
}
.fly-elem div.flyel:nth-of-type(3){
    animation: scale 6s ease-out 0.5s infinite;
    transition: all 20.5s ease-out 0s;
    z-index: -1;
    top:60%;
    left:20%;
}
.right-box .text-box{
    color:#fff;margin-top:12%;width: 50%;font-size:18px;
}
.right-box .text-box h2{
    font-size:72px;font-weight: bold;position: relative;padding:20px 0;margin-bottom: 40px;line-height: 1.2
}
.right-box .text-box h2:before{
    width:200px;max-width:50%;height: 7px;background:#fff;position: absolute;bottom:0;left:0;content:'';
}
.right-box .text-box .lead{
    font-size:24px;font-weight: bold;
}
.idavi .login-box form .btn.m-btn--custom{
    background: #f4446b;
    border: 2px solid #f4446b;
}
.idavi .login-box form .btn.m-btn--custom:hover{
    color: #f4446b;
    background:#fff;
}
.idavi .remember-btn{
    color:#f4446b
}
.idavi .remember-btn:hover{
    color:#000;
}
.idavi .languages-box a:hover,.idavi .languages-box a.active{
    color:#f4446b
}
.idavi ul.links-page li a:hover {
    color: #f4446b;
}
.idavi .right-box{
    background-color:#f4446b;
}

.cms .login-box form .btn.m-btn--custom{
    background: #AFC846;
    border: 2px solid #AFC846;
}
.cms .login-box form .btn.m-btn--custom:hover{
    color: #AFC846;
    background:#fff;
}
.cms .remember-btn{
    color:#AFC846
}
.cms .remember-btn:hover{
    color:#000;
}
.cms .languages-box a:hover,.cms .languages-box a.active{
    color:#AFC846
}
.cms ul.links-page li a:hover {
    color: #AFC846;
}
.cms .right-box{
    background-color:#AFC846;
}
.right-bar{
    position: fixed;width: 65px;height: 100%;border-left: 1px solid #f2f2f2;right:0;top:0;
}
.right-bar ul li,.right-bar ul{
    padding:0;margin:0;list-style: none;
}
.right-bar .slide-nav-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.right-bar .slide-nav-right li{
    text-align: center;margin:5px 0;
}
.right-bar .slide-nav-right li a{
    color:#fff;width:100%;padding:15px 5px;display: block;
}
.right-bar .slide-nav-right li a:hover{
    color:#f0f0f0;
}
.right-bar .slide-nav-right li a i{
    font-size:20px;
}

.right-bar .right-banner-social {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding:10px 0;
    background:#fff;
}
.right-bar .right-banner-social a{
    display: block;padding:15px 5px;text-align: center;font-size:20px;color:#b8b8b8;
}
.right-bar .right-banner-social a:hover
{
    color:#00929e;
}
.idavi .right-bar .right-banner-social a:hover
{
    color:#f4446b;
}
.cms .right-bar .right-banner-social a:hover
{
    color:#AFC846;
}
.mds-logo{
    max-width: 100%;padding:7px;margin-top:5px;
}
@media (max-width:1500px){

    .right-box .text-box h2{
        font-size:4vw;margin-bottom:20px;
    }
    .login-title{
        font-size:24px;
    }
    .right-box .text-box p{
        font-size:16px;
    }
    .login-box img{
        width:35%;margin-bottom: 20px;max-height: 110px;
    }
    .login-box{
        width:40%;
    }
    .login-box form input{
        padding: 15px 20px;
    }
    .login-box form .btn.m-btn--custom{
        font-size:12px;padding:15px 20px;
    }
    .languages-box{
        margin-bottom: 10px;
    }
    .login-box{
        padding:10px 30px;
    }
    .remember-btn{
        margin-top: 5px;
    }
    .right-box .text-box{
        width:auto;
    }
}
@media (max-width:767px){
    .wrapper{
        flex-wrap:wrap
    }
    .login-box{
        width: 100%;height: auto;min-height: 1px;margin:0 auto;
    }
    .right-box{
        min-height: 50vh
    }
    .right-box .text-box h2{
        font-size:30px;
    }
    .right-bar{
        position: relative;width:100%;height: auto;border-top:1px solid #f0f0f0;border-left:none;text-align: center;
        display: flex;justify-content: space-between;
        align-items: center;
    }
    .right-bar .mds-logo{
        width:50px;
    }
    .right-box {
        flex-wrap:wrap;padding:40px;
    }

    .right-bar .right-banner-social{
        width:auto;position: relative;top:auto;transform: none;display: inline-block;background:transparent;padding: 0;
    }
    .right-bar .slide-nav-right{
        width:auto;position: relative;top:auto;transform: none;display: inline-block;
    }
    .right-bar .slide-nav-right li{
        display: inline-block;
    }
    .right-bar .right-banner-social a{
        display: inline-block;color:#fff;
    }
    .right-box .text-box{
        margin:30px auto;
    }

}
@media (max-width:767px){
    .right-box{
        padding:30px;    
    }
}
input:-webkit-autofill {
  border: 1px solid #f6f6f6;
  -webkit-box-shadow: inset 0 0 0px 9999px #f6f6f6;
}

input:focus,
input:-webkit-autofill:focus {
  border-color: #f6f6f6;
  -webkit-box-shadow: inset 0 0 0px 9999px #fff, 0 0 8px
      rgba(102, 175, 233, 0.6);
}
input {
  filter: none;
}
