body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* login Page */

.sign-in {
    position: relative;
    min-height: 100vh;
}

.sign-in .title {
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #393939;
}

.sign-in .title .site-home {
    font-weight: bold;
    text-decoration: none !important;
    color: #393939;
}

.sign-box {
    /* position: absolute; */
    z-index: 2;
    width: 45%;
    background-color: #fff;
    /* left: 50%; */
    /* top: 55%; */
    /* transform: translate(-50%, -50%); */
    border-radius: 20px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 30px; */
}

.sign-box form {
    padding: 40px;
    padding-bottom: 0;
    padding-top: 0;
}

.sign-box form .input-box {
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 0;
}

.sign-box label {
    color: #676767;
    font-weight: 500;
}

.sign-box .submit-btn .btn {
    background-color: #000;
    border-radius: 50px;
    padding: 10px 35px;
}

.sign-box a {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.close {
    border-radius: 50px;
    height: 25px;
    width: 25px;
    padding: 4px 7px;
}

.sign-box .content h1 {
    font-weight: 600;
    font-size: 30px;
    color: #393939;
    padding: 20px;
    margin-top: 10px;
}

.sign-box h5 {
    margin: 20px;
}

.sign-box a:hover {
    text-decoration: none;
    color: #000;
}

.login-register a {
    border: none;
}

hr {
    display: none !important;
}


/* End Login page */


/* register page */

.sign-up .welcome-sign-up h1 {
    margin-bottom: 40px;
    font-family: 'Montserrat Alternates', sans-serif !important;
}

.sign-up .welcome-sign-up h1 span {
    font-weight: bold;
}

.signup-box {
    /* position: absolute; */
    z-index: 2;
    width: 40%;
    background-color: #fff;
    /* left: 70%; */
    /* top: 55%; */
    /* transform: translate(-50%, -50%); */
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sign-up {
    position: relative;
    /* min-height: 120vh; */
}

.sign-up .welcome-sign-up {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 27%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.signup-box .content h1 {
    font-weight: 600;
    font-size: 30px;
    color: #393939;
    padding: 20px;
    margin-top: 30px;
}

.signup-box form {
    padding: 40px;
    padding-bottom: 0;
    padding-top: 0;
}

.signup-box form .input-box {
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 0;
}

.signup-box label {
    color: #676767;
    font-weight: 500;
}

.signup-box .submit-btn .btn {
    background-color: #000;
    border-radius: 50px;
    padding: 10px 35px;
}

.signup-box a {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 10px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.signup-box h5 {
    margin: 20px;
}

.signup-box a:hover {
    text-decoration: none;
    color: #000;
}

p:last-of-type {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

P:last-of-type span a {
    text-decoration: none;
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
}

.help-block {
    color: red;
}

@media (max-width :400px) {
    .sign-box {
        /* position: absolute; */
        z-index: 2;
        width: 94%;
        background-color: #fff;
        /* left: 50%; */
        /* top: 48%; */
        /* transform: translate(-50%, -50%); */
        border-radius: 20px;
        padding: 20px;
        margin-top: 30px;
    }
    .welcome-sign-up {
        display: none;
    }
    .signup-box {
        /* position: absolute; */
        z-index: 2;
        width: 94%;
        background-color: #fff;
        /* left: 50%; */
        /* top: 64%; */
        /* transform: translate(-50%, -50%); */
        border-radius: 20px;
    }
    .sign-up .welcome-sign-up {
        color: #fff;
        position: absolute;
        top: 12%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    .sign-in .title {
        display: none;
    }
}

@media (min-width: 401px) and (max-width: 576px) {
    .sign-box {
        width: 90%;
        padding-bottom: 30px;
    }
    .signup-box {
        width: 80%;
        padding-bottom: 5px;
        /* left: 50%; */
        /* top: 67%; */
    }
    .welcome-sign-up {
        display: none;
    }
}

@media (min-width: 577px) and (max-width :800px) {
    .sign-box {
        width: 80%;
        top: 64%;
        padding-bottom: 30px;
    }
    .signup-box {
        width: 75%;
        padding-bottom: 5px;
        /* top: 80%; */
        /* left: 52%; */
    }
    .sign-up .welcome-sign-up {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 801px) and (max-width: 993px) {
    .sign-box {
        width: 70%;
        top: 64%;
        padding-bottom: 30px;
    }
    .sign-box .content h1 {
        font-weight: 600;
        font-size: 25px;
    }
    .signup-box {
        width: 70%;
        padding-bottom: 5px;
        /* left: 50%; */
        /* top: 82%; */
    }
    .signup-box .content h1 {
        font-weight: 600;
        font-size: 25px;
    }
    .sign-up .welcome-sign-up {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 994px) and (max-width: 1099px) {
    .sign-box {
        width: 70%;
        top: 64%;
        padding-bottom: 30px;
    }
    .sign-box a {
        margin-bottom: 10px;
    }
    .signup-box {
        width: 50%;
        padding-bottom: 5px;
        /* left: 50%; */
        /* top: 82%; */
    }
    .signup-box a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sign-up .welcome-sign-up {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .sign-box {
        width: 60%;
        top: 64%;
        padding-bottom: 30px;
    }
    .sign-box a {
        margin-right: 1px;
        margin-bottom: 10px;
    }
    .signup-box {
        width: 45%;
        padding-bottom: 5px;
        margin-right: 5%;
        /* left: 72%; */
        /* top: 65%; */
    }
    .signup-box a {
        margin-right: 1px;
        margin-bottom: 10px;
        font-size: 11px;
    }
}

@media (min-width: 1201px) and (max-width :1280px) {
    .sign-box {
        width: 50%;
        padding-bottom: 30px;
        top: 60%;
    }
    .signup-box {
        width: 43%;
        padding-bottom: 5px;
        margin-right: 6%;
        /* left: 70%; */
        /* top: 58%; */
    }
}

@media (min-width: 1281px) and (max-width :1366px) {
    .sign-box {
        width: 45%;
        padding-bottom: 30px;
        top: 55%;
    }
    .signup-box {
        padding-bottom: 5px;
        margin-right: 7%;
        width: 42%;
        /* left: 74%; */
    }
}

@media (min-width: 1367px) and (max-width :1499px) {
    .signup-box a {
        font-size: 14px;
    }
    .signup-box {
        padding-bottom: 5px;
        margin-right: 7%;
        width: 42%;
        /* left: 74%; */
    }
}

@media (min-width: 1500px) {
    .signup-box a {
        font-size: 14px;
    }
    .signup-box {
        padding-bottom: 5px;
        margin-right: 7%;
        width: 42%;
        /* left: 74%; */
    }
}


/***** Horizantal ***/
