﻿body {
    background-color: #eff2f9;
}

.logo-img {
    left: 53px;
    position: absolute;
    z-index: 11;
    top: 25px;
}

.right-block:before {
    background: #fff;
    border-radius: 0%;
    content: '';
    display: block;
    height: 3000px;
    position: absolute;
    width: 3000px;
    z-index: -1;
    right: 0;
    transform-origin: 0 50%;
}

.form-input {
    max-width: 400px;
}

.input-content {
    margin-bottom: 20px;
    max-height: 70px;
    width: 100%;
}

.input-box {
    border: none;
    border-bottom: 1px solid #7F7F7F;
    color: #2d2d2d;
    font-size: 18px;
    padding: 15px 18px 15px;
    width: 100%;
}

    .input-box:active, .input-box:focus {
        border-bottom: 1px solid #ff684b;
        box-shadow: 0px 0px 0px 0px #ff684b;
        outline: 0;
    }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px white inset !important;
}
.login-btn {
    background: #FF684B;
    border-radius: 50px;
    border: 1px solid #FF684B;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    width: 200px;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
    margin-left: auto;
    margin-right: auto;
}

    .login-btn:hover {
        background: #ee583b;
        border-color: #ee583b;
        color: #fff !important;
    }

.forget-txt {
    color: #3f88f7 !important;
    text-decoration: none !important;
    font-size: 18px;
}

.Privacy-txt {
    color: #697488;
}

/*Login vector Images css*/
.login-shape6 {
    bottom: -5rem;
    max-width: 200px;
}

@media only screen and (min-width:768px) and (max-width:1449px) {
    .transform-scale {
        transform: scale(0.7);
    }
}

@media only screen and (min-width:550px) and (max-width:767px) {
    .login-shape6 {
        display: none;
    }
}

@media only screen and (max-width:549px) {
    .login-shape6 {
        display: none;
    }
}


/* Register Vector Image css */
@media only screen and (min-width:1200px) and (max-width:1500px) {
    .shape1 {
        right: -10rem !important;
        bottom: -6rem !important;
        transform: scale(0.75);
    }
}

@media only screen and (min-width:768px) {
    .shape1 {
        right: -7rem;
        bottom: -3rem;
    }

    .shape2 {
        right: -6rem;
    }

    .shape3 {
        top: -1rem;
        left: 12rem;
    }

    .shape4 {
        top: -4rem;
        right: -7rem;
        transform: rotate(84deg) scale(0.6);
        opacity: 0.75;
    }

    .shape5 {
        bottom: -8rem;
        left: 15rem;
        width: 11rem;
    }

    .shape6 {
        bottom: 0rem;
        left: 0rem;
        width: 180px;
    }

    .student-bg {
        max-width: 80%;
    }
}

@media only screen and (max-width:1199px) {
    .shape1 {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .shape2, .shape3, .shape4, .shape5, .shape6 {
        display: none;
    }
}

/* Password Show Css */
.password-block {
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -52px;
    margin-top: 1px;
    cursor: pointer;
}

@media only screen and (max-width:1600px) {
    .password-block {
        width: 50px;
        height: 44px;
        font-size: 18px;
    }
}

@media only screen and (min-width:1601px) {
    .password-block {
        width: 50px;
        height: 55px;
        font-size: 22px;
    }
}

/* Color Class CSS */
a:hover {
    color: #3f88f7 !important;
}

.bg-light-gray {
    background-color: #eff2f9;
}

.lightblue {
    color: #D4EBFF;
}

/* Short-Cut Class Name */
.d-inherit {
    display: inherit;
}

.bg-gradient-blue {
    background: linear-gradient(0deg, #036adc, #065bd0);
}

.bg-gradient-blue2 {
    background: linear-gradient(190deg, #055bd0, #0368db);
}

.gray-light {
    background: #eff2f9;
}

@media only screen and (max-width:767px) {
    .bg-lightgradient-blue {
        background: linear-gradient(90deg, #065cd0, #036bdc);
    }

    .overflow-xs-auto {
        overflow: auto !important;
    }

    .bg-gradient-blue2 {
        background: linear-gradient(-100deg, #036bdc, #065dd0);
    }
}

.z-index-1 {
    z-index: 1;
}

.user-select-none {
    user-select: none;
}

.cursor-pointer {
    cursor: pointer;
}

.font-weight-bold-normal {
    font-weight: 500;
}

/* Border style css */
.border-style {
    max-width: 40px;
    margin: 7px auto 0;
    border: 2px #ff684b;
    border-style: solid;
    border-radius: 100px;
    position: relative;
}

.border-lightblue {
    border-color: #D4EBFF;
}


/* --- Custom media Query css --- */
@media only screen and (max-width : 767px ) {
    .login-main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .head-title {
        font-size: 25px;
    }
}

@media only screen and (min-width:768px) {
    .login-main {
        width: calc(100% - 15px);
    }
}

@media only screen and (max-width:1600px) {
    .account-create-btn, .input-box, .login-btn {
        padding: 10px 18px;
    }
}

@media only screen and (min-width:768px) and (max-width:1600px) {
    .Privacy-txt {
        font-size: 11px;
    }

    .head-title {
        font-size: 27px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .form-content {
        max-width: 340px !important;
    }

    .account-create {
        font-size: 2.5rem;
    }
}

/*Welcome page css*/
.welcome-bg {
    background-image: url(../../Content/images/bg-welcome.png);
    background-size: cover;
    background-position: center;
}
.wlc-vector1 {
    position: absolute;
    bottom: 4rem;
    left: 15%;
}
.wlc-vector2 {
    margin-top: 7rem;
}
.wlc-text {
    font-family: inherit;
    line-height: 1.5;
    font-size: 57px;
    font-weight: 900;
}