@import "../../app/variables";
.login {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;

        .user-login-register {
            font-weight: 400;
            padding: 60px;
        }

        .bg-light {
            background-color: $primary-blue !important;
        }

        .login-register-title {
            margin-bottom: 40px;
            text-align: center;

            h2 {
                font-weight: 600;
                line-height: 1.2;
                margin-top: 0;
                color: $text-dark;
            }

            p:last-child {
                margin-bottom: 0;
            }
        }

        .learts-mb-n50 {
            margin-bottom: -50px;
        }

        .learts-mb-50 {
            margin-bottom: 50px;
        }

        .learts-mb-n20 {
            margin-bottom: -20px;
        }

        .learts-mb-20 {
            margin-bottom: 20px;
        }

        input:not([type="checkbox"]):not([type="radio"])::placeholder,
        textarea::placeholder {
            color: $text-gray;
        }

        form input::placeholder {
            font-weight: 400;
        }

        a {
            color: $text-dark;
            font-size: 1rem;

        }

        input::placeholder,
        textarea::placeholder {
            opacity: 1;
        }

        .btn {
            transition: 300ms;
            font-weight: 400;
            line-height: 24px;
            padding: 15px 40px;
            text-align: center;
            white-space: nowrap;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 500px;
        }

        .form-check {
            input[type="checkbox"] {
                margin-top: 2px;
                color: $primary-coral !important;
                border-radius: .25em;
            }
        }

        .form-check .form-check-label {
            margin-right: 10px;
        }

        label:last-child {
            margin-bottom: 0;
        }

        label {
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.125;
            display: block;
            margin-bottom: 10px;
            letter-spacing: 1.6px;
            color: $text-dark;

            .required {
                font-size: 1rem;
                color: $primary-coral;
            }
        }

        // input:not([type="checkbox"]):not([type="radio"]),
        // textarea {
        //     font-size: 1rem;
        //     font-weight: 400;
        //     display: block;
        //     width: 100%;
        //     padding: 10px 0;
        //     color: #333;
        //     border: 2px solid rgba(0, 0, 0, 0);
        //     border-bottom-color: rgba(0, 0, 0, 0);
        //     border-bottom-color: #ededed;
        //     background-color: rgba(0, 0, 0, 0);
        //     outline: none;
        //     transition: 300ms;

        //     &:focus {
        //         border-bottom-color: #494949;
        //     }
        // }

        .fw-400 {
            font-weight: 400;
        }

        @media (min-width: 1200px) {
            .h2 {
                font-size: 2rem;
            }
        }
    }
}