body {
    background-color: #f0f0f0 !important;
    /* background-image: url('../../../images/login_back.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */


    /* this is for the background image one in top-left and another in bottom-right */

    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../../../images/login_back_top.png'), url('../../../images/login_back_bottom.png');
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;

}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.auth_title {
    color: #67328D;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 36px;
}

.auth_form {
    width: 50%;
}

.auth_desc {
    color: #92A3B0;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.submit_button {
    background: #67328D;
    border-radius: 0px;
    border: 2px solid #67328D;
    width: 100%;
    color: #FFF;
    padding: 15px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.submit_button:hover {
    background: #fff;
    color: #67328D;
    border: 2px solid #67328D;
}

.form-group {
    text-align: left;
}

.form-group label {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

.form-control {
    padding: 15px 20px;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    border: 1px solid #B9C5CC;
    border-radius: 8px;
}

.password-container {
    position: relative;
    display: block;
}

.password-view-hide {
    cursor: pointer;
}

.input_image_prepend {
    width: 45px;
    height: 45px;
    padding: 8px;
}

.input-group-text {
    height: 100%;
    padding: 6px 10px;
    padding-right: 5px;
    background-color: #fff;
    border: 1px solid #B9C5CC;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
}

.password-input {
    border-right: 0px;
}

.second-group {
    height: 100%;
    padding: 6px 10px;
    padding-left: 5px;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-left: 0px;
    border-right: 1px solid #B9C5CC !important;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    box-shadow: none;
    border-color: #B9C5CC;
}

.form-control::placeholder {
    color: #99A1B7;
    opacity: 0.5;
}

.forgot-pass {
    position: relative;
    text-decoration: none;
    margin-left: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #454545;
}

.alternative-button {
    color: #454545;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.alternative-button-div {
    position: relative;
    color: #92A3B0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 769px) and (max-width: 1200px) {

    .auth_form {
        width: 60%;
    }

    .auth_title {
        font-weight: bold;
        font-size: 29px;
        line-height: 32px;
    }

    .auth_desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
    }

    .mt-50 {
        margin-top: 35px;
    }

    .mt-40 {
        margin-top: 25px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .submit_button {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .form-group label {
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
    }

    .form-control {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .second-group {
        padding: 0px 10px;
    }

    .forgot-pass {
        font-size: 19px;
        font-weight: 500;
        line-height: 21px;
    }

    .alternative-button {
        font-size: 17px;
        font-weight: 500;
        line-height: 19px;
    }

    .alternative-button-div {
        font-size: 17px;
        font-weight: 300;
        line-height: 19px;
    }

}

@media screen and (max-width: 768px) {
    .auth_form {
        width: 70%;
    }

    .auth_title {
        font-weight: bold;
        font-size: 27px;
        line-height: 30px;
    }

    .auth_desc {
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .mt-20 {
        margin-top: 5px;
    }

    .submit_button {
        padding: 10px;
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
    }

    .form-group label {
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
    }

    .form-control {
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }

    .input_image_prepend {
        width: 35px;
        height: 28px;
        padding: 0px 3px;
    }

    .second-group {
        padding: 0px 10px;
    }

    .forgot-pass {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
    }

    .alternative-button {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }

    .alternative-button-div {
        font-size: 15px;
        font-weight: 300;
        line-height: 18px;
    }
}

@media screen and (max-width: 500px) {
    .auth_form {
        width: 100%;
    }
}
