html,
body {
    background: #F0F0F0;
    color: #424242;
    width: 100%;
    height: 100%;
    font-size: 100%;
    overflow-x: hidden;
    font-family: "Euclid Circular A", Sans-serif;
}

form {
    background: #FFF;
}

@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .col-md-7 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}

.inner-bg {
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 0px;
}

.btn-submit {
    width: 100%;
    border-radius: 7.5px;
    color: #FFFFFF;
    background-color: #222;
    transition: 350ms ease;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    border: 1px solid #000000;
    padding: 18px 16px;
}

.btn-submit:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #000000;
    color: #FFFFFF;
}

.form {
    max-width: 530px;
    width: calc(100% - 30px) !important;
}

form {
    background: #FFF;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .105);
    padding: 50px;
}

form h3 {
    font-size: 30px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}

form h6 {
    font-size: 15px;
    color: #999;
    font-weight: 600;
    margin-bottom: 50px;
}

form .form-group {
    margin-top: 25px;
    position: relative;
    margin-bottom: 0px;
}


.login-form label {
    cursor: pointer;
    position: absolute;
    transition: 0.15s;
    left: 10px;
    top: 0.8rem;
    padding: 3px 6px 3px 6px;
    background: rgb(249, 249, 249);
    background: transparent;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 16px;
    color: #999;
    z-index: 0;
}

.login-form .form-group.focus label {
    background: linear-gradient(0deg, rgba(243, 246, 249, 1) 50%, rgba(255, 255, 255, 1) 50%);
    font-size: 14px;
    top: -13px;
    color: #979797;
}

form input,
form select {
    color: #333 !important;
    background: #F3F6F9 !important;
    border: 2px solid #F3F3F3 !important;
    border-radius: 5px !important;
    height: 3.5rem !important;
    padding: 18px 16px !important;
    font-size: 15px !important;
}

form select {
    height: 3rem !important;
    padding: 8px 14px !important;
}

form input:active,
form input:hover,
form input:focus {
    border: 2px solid rgb(0 0 0 / 10%) !important;
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media only screen and (max-width: 786px) {
    label {
        font-size: 100% !important;
    }
}
