/*.login {
    background-color: #666 !important 

}

    .login .logo {
        margin: 60px auto 20px;
        padding: 15px;
        text-align: center
    }

    .login .content {
         background: url(../img/bg-white-lock.png);
        width: 360px;
        margin: 0 auto;
        padding: 20px 30px 15px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px
      
    }
    

        .login .content h3, .login .content h4 {
            color: #eee ;
            
        }

        .login .content label, .login .content p {
            color: #fff
        }

    .login .mt-checkbox > span:after {
        border-color: #eee
    }

    .login .content .forget-form, .login .content .login-form {
        padding: 0;
        margin: 0;
        
    }

    .login .content .form-control {
        background-color: #fff;
       
    }

    .login .content .forget-form, .login .content .register-form {
        display: none
    }

    .login .content .form-title {
        font-weight: 300;
        margin-bottom: 25px;
        
    }

    .login .content .form-actions {
        background-color: transparent;
        clear: both;
        border: 0;
        padding: 0 30px 25px;
        margin-left: -30px;
        margin-right: -30px
    }

    .login .content .forget-form .form-actions {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .login .content .register-form .form-actions {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .login .content .form-actions .rememberme {
        margin-top: 8px;*/
       /* display: inline-block;
        position: relative;
        color: #fff;
        margin-bottom: 10px;
        cursor: pointer;*/
    /*}

    .login .content .form-actions .btn {
        margin-top: 1px

    }

    .login .content .forget-password {
        margin-top: 25px
    }

    .login .content .create-account {
        border-top: 1px dotted #eee;
        padding-top: 10px;
        margin-top: 15px
    }

        .login .content .create-account a {
            display: inline-block;
            margin-top: 5px
        }

    .login .content .select2-container i {
        display: inline-block;
        position: relative;
        color: #ccc;
        z-index: 1;
        top: 1px;
        margin: 4px 4px 0 -1px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center
    }

    .login .content .has-error .select2-container i {
        color: #b94a48
    }

    .login .content .select2-container a span {
        font-size: 13px
    }

        .login .content .select2-container a span img {
            margin-left: 4px
        }*/

* {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
}

html, body {
    height: 100vh;
    width: 100vw;
    margin: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #e5e5e5;
    border-bottom-right-radius: 10px;
}

.login-form {
    /* padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid #cc0066;
    border-radius: 20px;
    background: #121212;
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,.12);*/
    
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}
.login-form * {
    font-family: 'Poppins',sans-serif;
    color:#121212;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

h4 {
    margin-bottom: 20px;
    color: rgba(#000, .5);
}

span {
    color: rgba(#000, 1);
    font-weight: 700;
}

p {
    line-height: 155%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    opacity: .65;
    font-weight: 400;
    max-width: 200px;
    margin-bottom: 40px;
}



button {
    -webkit-appearance: none;
  
    border-radius: 24px;
    text-align: center;
    padding: 15px 40px;
    margin-top: 5px;
    background-color: #2666CF;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,.13);
    border: none;
    transition: all .3s ease;
    outline: 0;
}

    button:hover {
        transform: translateY(-3px);
        box-shadow: 0 2px 6px -1px rgba(182,157,230, .65);
    }

    button:active {
        transform: scale(.99);
    }


.login .content {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    margin: auto auto;
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,.12);
}

.left {
    /*width: 220px;
    height: auto;
    min-height: 100%;
    position: relative;
      background-image: url("https://picsum.photos/id/870/200/300?grayscale&blur=2");
    background-size: cover;
    border-right:1px solid #cc0066;
    border-top-left-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;*/
    
}

#CaptchaInputText {
    background-color: rgba(255,255,255,0.07);
    border: 1px solid #121212;
    color: #121212;
}

.floating-label {
    position: relative;
    margin-bottom: 10px;
}

label {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}

form-control:not(:placeholder-shown) {
    padding: 28px 0px 12px 0px;
    
}

    form-control:not(:placeholder-shown) + label {
        transform: translateY(-10px);
        opacity: .7;
    }



.beste {
    font-size: 16px;
    padding: 20px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,.1);
    background: #fff;
    min-width: 280px;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
}
/*.login-button {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/

beste:focus {
    border-bottom: solid 1px rgb(182,157,230);
    outline: 0;
    box-shadow: 0 2px 6px -8px rgba(182,157,230, .45);
}


h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    opacity: .85;
}

label {
    font-size: 12.5px;
    color: #000;
    opacity: .8;
    font-weight: 400;
}

    .login .copyright {
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        color: #eee;
        font-size: 13px
    }

@media (max-width:480px) {
    .login .logo {
        margin-top: 10px
    }

    .login .content {
        padding: 30px;
        width: 222px
    }

        .login .content h3 {
            font-size: 22px
        }

    .login .checkbox {
        font-size: 13px
    }
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&family=Ubuntu:wght@700&display=swap');
