* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
body {
    background: linear-gradient(180.07deg, #1A8BF1 26.96%, #0164BD 99.94%);
}
.font-weight-bold {
    font-weight: bold;
}

.text-danger {
    color: #CE1212;
}

.invalid-feedback {
    color: #CE1212;
    font-size: 14px;
    margin-top: 5px;
}

.error-message {
    color: #e40f0f;
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: -7px;
    background: #ffcaca;
    border-radius: 6px;
    line-height: 21px;
    padding: 7.5px 0;
}

#app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    position: relative;
}

.card-form-login {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 32px 32px;
    /*margin-right: -30px;*/
    z-index: 99;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
    margin-top:-50px;
}

.card-form-login .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-form-login .head h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #444444;
}

.card-form-login .head hr {
    background: #BBBBBB;
    height: 1px;
    border: none;
    width: 30%;
    margin: 15px 0;
}

.card-form-login .opened-form {
    text-align: center;
}

.card-form-login .opened-form h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #444444;
}

.card-form-login .opened-form h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #1EAE98;
    margin-top: 13px;
}

.card-form-login form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.card-form-login form .form-group {
    display: flex;
    flex-direction: column;
}

.card-form-login form .form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #444444;
}

.card-form-login form .form-group .input-wrap {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    padding: 8.5px;
    margin-top: 6px;
    width: 350px;
}

.card-form-login form .form-group .input-wrap.is-invalid {
    border: 1px solid #CE1212;
}

.card-form-login form .form-group .input-wrap span {
    width: 2px;
    background: #1A8BF1;
    height: 22px;
    margin: 0 8.5px;
}

.card-form-login form .form-group .input-wrap input {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #444444;
    border: none;
    outline: none;
    align-self: stretch;
    letter-spacing: 1px;
    width:85%;
}

.card-form-login form .form-group:first-child .input-wrap input {
    letter-spacing: 2px;
}

.card-form-login form .form-group .input-wrap input::placeholder {
    color: #88888888;
}

.card-form-login form .form-group button {
    background: #1A8BF1;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    margin-top: 11px;
    margin-bottom: 11px;
    transition: all 150ms ease;
}

.card-form-login form .form-group button:hover {
    background: #107CDD;
}

.card-hero-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(180.07deg, #1A8BF1 26.96%, #0164BD 99.94%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 112px 174px 236px;
    color: #FFFFFF;
}

.card-hero-login img {
    width: 138px;
}

.card-hero-login h1 {
    margin-top: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
}

.card-hero-login h3 {
    margin-top: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
}

.card-hero-login .copyright-hero {
    position: absolute;
    bottom: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.card-hero-login .copyright-hero a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin-left: 4px;
}

footer {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    padding: 15px 0;
    width: 100%;
    color: #333;
    font-size: 12px;
}

footer .created-by {
    display: none;
}

footer a {
    font-weight: bold;
    text-decoration: none;
    color: #333;
    margin-left: 5px;
}


#logosmk{
    margin-bottom:15px;margin-top:50px;
}
/*
@media screen and (max-width: 1200px) {
    
    .card-form-login {
        margin-right: 0;
        margin: 3rem;
    }
    
    .card-form-login form .form-group.code-test {
        margin-bottom: .7rem;
    }

    .card-hero-login {
        display: none;
    }

    footer {
        flex-direction: column;
    }

    footer .pipe {
        display: none;
    }

    footer .created-by {
        display: block;
        margin-top: 5px;
    }
}
*/

@media screen and (max-width: 500px) {
        .card-form-login form .form-group .input-wrap {
        width: 290px;
    }
    
    
#logosmk{
    margin-bottom:15px;margin-top:25px;
}
}


