html,
body {
    background: #FFF;
    color: #424242;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Work Sans', sans-serif;
}

form {
    background: #FFF;
}

.site-logo {}

.site-name {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.login {
    max-width: 530px;
    width: calc(100% - 30px) !important;
}

.login-form h3 {
    word-wrap: break-word;
    font-size: 34px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.login-form h6 {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}

.login-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: #010101;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #888;
    z-index: 0;
}

.login-form .form-group.focus label {
    font-size: 14px;
    top: -13px;
    color: #1982FC;
}



.modal {
    top: 35%;
}

.modal .modal-dialog {
    margin: 1rem;
}

.modal .modal-content {
    border-radius: 20px;
}

.modal .modal-body {
    padding: 0px;
}

.modal .install {
    display: flex;
    align-items: center;
    padding: 1.5rem 1.5rem;
}

.modal .install div:nth-child(1) {
    padding: 8px;
    border-radius: 10px;
    background: black;
}

.modal .install img {
    height: 50px;
    width: 50px;
}

.modal .install div:nth-child(2) {
    margin-left: 20px;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.modal .steps {
    padding: 1rem 1.5rem;
}

.modal .steps h6 {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    letter-spacing: 0px;
    line-height: 24px;
}

.modal .steps img {
    width: 25px;
    margin-top: -8px;
    margin-left: 5px;
}

.modal .steps button {
    color: black;
    font-weight: 600;
    border: 1px solid #dee2e6;
    margin-top: -5px;
    margin-left: 5px;
}

@media screen and (max-width: 786px) {
    .login {
        max-width: 100%;
    }

    .login-form label {
        top: 0.9rem;
    }

    .col-lg-5 {
        background: #1982FC;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 30px;
    }

    form {
        margin-top: -40px;
        margin-bottom: 40px !important;
        border-radius: 20px !important;
    }

    .h-100 {
        height: auto !important;
    }
}

.login-form input {
    color: #CCC !important;
    background: transparent !important;
    border: 3px solid #555 !important;
    border-radius: 8px !important;
    height: 3.5rem !important;
    padding: 16.5px 14px !important;
    font-size: 16px !important;
}

.login-form input:active,
.login-form input:hover,
.login-form input:focus {
    border: 3px solid #1982FC !important;
}

/* 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: #FFF !important;
    -webkit-box-shadow: 0 0 0 30px black inset !important;
}
