.container1 {
    max-width: 1576px !important;
    margin: auto;
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid;
}


@media (min-width: 576px) {
    .container1 {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container1 {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container1 {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container1 {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container1 {
        max-width: 1320px !important;
    }
}

@media (min-width: 1600px) {
    .container1 {
        max-width: 1520px !important;
    }
}

/* Register page design container2 */

.container2 {
    max-width: 455px;
    /* height: 550px; */
    /* height: 60vh; */
    margin: auto;
    padding: 10px 52px;
    background: #ffffff;
    box-shadow: 0px 0px 23px 5px rgba(17, 199, 68, 0.25);
    border-radius: 10px;
}

.container2 .loginContent {
    margin-top: 110px;
    margin-bottom: 130px;
}

.register h4,
.login h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin: 38px;
    /* identical to box height */

    color: #231F20;
}

.container2 input,
.container2 input:focus {
    border: 2px solid #231F20 !important;
    border-radius: 0px;
    height: 45px;
    margin-top: 15px;
}

.container2 input#phone_number {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 10px;
}

.container2 .input-group-text {
    height: 45px;
    border: 2px solid #231F20 !important;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
}

.container2 input::placeholder {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #231f207d;
}

.container2 form button {
    width: 350px;
    height: 40px;
    background: #231F20;
    border-radius: 0px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    border: none;
    margin-top: 35px;
}

.container2 form p {
    text-align: right;
}

/* .container3 form p {
    width: 360px;
    margin-top: 10px;
} */

.container2 form p span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.65);
}

/* .container3 form .forget-password {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;

    color: rgba(255, 2, 2, 0.65);
    text-align: right;
} */

.container2 input[type="password"] {
    margin-bottom: 5px;
}

.container2 form .signin {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    font-size: 16px;
}

/* Error small */
.container2 small {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ff0000;
    text-align: right;
    display: inherit;
    margin-top: 5px;
}

.container2 .registerContent .form-control.error,
.container2 .loginContent .form-control.error {
    border: 2px solid #ff0000 !important;
}


/* End Register page */

/* Section media query */

@media (max-width: 576px) {
    .col-xs-6 {
        width: 50%;
    }

    .hero-content .container2 {
        width: 100%;
        margin: auto;
    }

    .hero-content .container2 form input,
    .hero-content .container2 form button,
    .hero-content .container3 form input,
    .hero-content .container3 form button {
        width: 100%;
    }
}

/* End Section media query */