@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-size: 38px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

h3 {
    font-size: 34px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

h5 {
    font-size: 25px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

h6 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.login-left {
    background-color: #212120;
    align-content: center;
    text-align: center;
    justify-items: center;
    padding: 60px 30px;
}

.left-logo {
    margin-bottom: 50px;
}

.login-right {
    background-color: #f1f1f1;
    align-content: center;
    justify-items: center;
    padding: 60px 0;
}

.login-box {
    padding: 40px;
    border: 3px solid #fff;
    border-radius: 20px;
    color: #343434;
    /* width: 70%; */
}

.login-box a {
    color: #343434;
    text-decoration: none;
}

.login-box h1 {
    padding-bottom: 10px;
}

.login-subtitle {
    padding-bottom: 15px;
    /* width: 68%; */
}

.login-box .submit-btn .btn-primary {
    background-color: #212120;
    border-radius: 100px;
    text-align: center;
    padding: 21px 30px;
    color: #fff;
    border: none;
    width: 100%;
    margin-bottom: 40px;
}

.login-box .submit-btn .btn-primary:active {
    background-color: #212120;
}

.login-box .form-control,
.login-box .form-select {
    background-color: #E3E3E3;
    font-family: "Montserrat", sans-serif;
    padding: 12px 12px;
    border-radius: 12px;
}

.login-box .form-control:focus {
    border-color: #E3E3E3;
    background: #E3E3E3;
    outline: 0;
    box-shadow: none;
}

.login-box .form-control::placeholder {
    color: #9B9B9B;
    font-weight: 600;
}

.login-box label {
    padding-bottom: 8px;
    color: #343434;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.login-box .form-group {
    margin-bottom: 25px;
}

.login-link {
    margin-top: 30px;
}

.login-link a {
    color: #9B9B9B;
    text-decoration: none;
}

.signup-modal {
    max-width: 520px;
}

.signup-modal .modal-content {
    background-color: #f1f1f1;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 10px;
}

.signup-modal .submit-btn .btn-primary {
    background-color: #212120;
    border-radius: 100px;
    text-align: center;
    padding: 21px 30px;
    color: #fff;
    border: none;
    width: 100%;
}

div#confirm-email {
    background-color: #f1f1f1;
}

input.invalid {
    background-color: #ffdddd;
}

div.signup {
    background-color: #f1f1f1;
}

.signup-stepmodal .modal-content {
    background-color: #f1f1f1;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 24px 36px;
}

.signup-screen .form-control:focus,
.signup-screen .form-select:focus {
    border-color: #E3E3E3;
    background: #E3E3E3;
    outline: 0;
    color: #212529;
    box-shadow: none;
}

.signup-screen .form-control,
.signup-screen .form-select {
    padding: 12px 12px;
    border-radius: 12px;
    background-color: #E3E3E3;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.signup-screen .form-control::placeholder {
    color: #9B9B9B;
    font-weight: 400;
}

.signup-screen label {
    padding-bottom: 8px;
    color: #343434;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.signup-screen .form-group {
    margin-bottom: 15px;
}

.signup-stepmodal .submit-btn .btn-primary {
    background-color: #212120;
    border-radius: 100px;
    text-align: center;
    padding: 21px 30px;
    color: #fff;
    border: none;
    width: 100%;
    margin-top: 30px;
}

.signup-stepmodal .submit-btn .btn-primary:active {
    background-color: #212120;
}

.signup-stepmodal .top-bar {
    text-align: center;
    position: absolute;
    translate: 0px -95px;
    display: flex;
    align-content: center;
    justify-self: anchor-center;
}

.tab {
    display: none;
}

#prevBtn {
    background-color: #bbbbbb;
}

.step {
    height: 12px;
    width: 8vw;
    margin: 0 4px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 10px;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
    background-color: #F7B516;
}

.iti {
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .login-box {
        width: 100%;
    }

    .step{
        width: 20vw;
    }



    .login-subtitle {
        width: 100%;
    }
}