/*header css*/
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li {
    display: inline-block;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0px;
}

body {
    color: #a7a9ae;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/*common css start*/
form .lrbtn {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background: #2f5597;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}

.header {
    background: #fff;
    width: 100%;
    height: 110px;
    line-height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .header img {
        width: auto;
        max-height: 90px;
    }

.content {
    background: #8faadc;
    width: 100%;
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.register-top {
    padding: 30px 0px;
}

.content h3 {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.remeber {
    text-align: left;
    display: block;
}

.content form span input[type="checkbox"] {
    margin-top: 13px;
    margin-right: 10px;
}

.content form {
    text-align: center;
    font-size: 13px;
}

.form-input {
    position: relative;
}

    .form-input span {
        position: absolute;
        left: 14px;
        top: 14px;
        font-size: 20px;
    }

.content .social-media {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
}

    .content .social-media li {
        /*width:50%;*/
        text-align: left;
        width: 40px;
        height: 40px;
    }

        .content .social-media li a img {
            width: 100%;
        }

            .content .social-media li a img.google {
                box-shadow: 0px 0px 5px #ccc;
                border-radius: 50%;
            }

        .content .social-media li:first-child {
            margin-right: 35px;
        }

        .content .social-media li a {
            color: #a7a9ae;
        }

            .content .social-media li a span {
                color: #2f5597;
                margin-right: 10px;
                font-size: 20px;
            }

                .content .social-media li a span.facebook {
                    background: #2f5597;
                    color: #fff;
                    width: 18px;
                    height: 18px;
                    text-align: right;
                }

.content p {
    font-size: 17px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #989494;
    position: relative;
    text-align: center;
}

    .content p.or:after {
        width: 44%;
        height: 1px;
        background: #000000;
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
    }

    .content p.or:before {
        width: 44%;
        height: 1px;
        background: #000000;
        content: "";
        position: absolute;
        right: 0;
        top: 12px;
    }

    .content p a {
        color: #2f5597;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        border-bottom: none;
        display: block;
        margin-top: 5px;
    }

.rem-forgot {
    display: flex;
    justify-content: right;
    align-items: center;
}

.forgot-password {
    margin-top: 13px;
    color: #564b4b;
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
}
/*login css start*/
.login-box {
    width: 414px;
    height: 100%;
    background: #fff;
    margin: auto;
    padding: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 15px;
}

.form-control {
    height: 41px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 13px;
    padding: 0px 5px 0px 5px;
    line-height: 41px;
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    color: #564b4b !important;
    font-size: 13px;
}

.login-box #loginform {
    /*margin-top: 50px;*/
    margin-top: 30px;
}
/*footer css start*/
.footer {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    background: #d9d9d9;
}

.footer-content p a {
    border-bottom: 1px solid;
}

.content h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    color: #433d3d;
    font-size: 38px;
    margin-top: 0px;
}

.login-box .p_continue {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #989494;
    text-align: center;
}
/*register css start*/
.register-box {
    width: 414px;
    height: 100%;
    background: #fff;
    margin: auto;
    padding: 30px 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    border-radius: 15px;
}

.content .register-box h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.content .register-box .social-media {
    margin-bottom: 15px;
    margin-top: 15px;
}

.register-box form {
    margin-top: 30px;
}

.register_user_sign {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: auto;
}

    .register_user_sign li {
        width: 48.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 17px;
        background: #2f5597;
        border: none;
        border-radius: 3px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        border: 1px solid #2f5597;
    }

        .register_user_sign li:first-child {
            background: #fff;
            border: 1px solid #2f5597;
            line-height: 35px;
        }

            .register_user_sign li:first-child a {
                color: forestgreen;
                font-size: 12px;
                line-height: 0px;
            }

                .register_user_sign li:first-child a span {
                    line-height: 0px;
                    font-weight: 900;
                    display: block;
                }

        .register_user_sign li a {
            color: #fff;
        }

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

.number_in .form-control {
    margin-left: 35px;
}

.number_in span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    border-bottom: 1px solid #8d8d8d;
    height: 41px;
    line-height: 41px;
    margin-right: -10px;
}
/*responsive css*/
@media only screen and (max-width: 768px) {
    .login-box {
        width: 414px;
        padding: 20px;
        height: 100%;
    }

    .register-box {
        padding: 20px;
        height: 100%;
    }

    .content.register-top {
        padding: 20px 0px;
    }

    .header {
        background: #fff;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

        .header img {
            width: auto;
            max-height: 40px;
        }
}

@media only screen and (max-width: 414px) {
    .content {
        background: #8faadc;
        width: 100%;
        padding: 20px 20px;
    }

    .linkhere {
        margin-top: 15px !important;
    }

    .login-box {
        width: 100%;
        padding: 25px;
    }

    .register-box {
        width: 100%;
        padding: 25px;
    }

    .footer-content p {
        font-size: 14px;
    }

    .content h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        color: #433d3d;
        font-size: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .footer-content p {
        font-size: 13px;
    }

    .login-box {
        height: 100%;
    }

    .register-box {
        height: 100%;
    }

    .login-box #loginform {
        margin-top: 20px;
    }

    .content h3 {
        margin-bottom: 15px;
    }

    .login-box form .lrbtn {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background: #2f5597;
        display: block;
    }

    .content .login-box .social-media {
        display: flex;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .register-box {
        width: 100%;
        padding: 10px;
    }

    .register_user_sign li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .register-box form {
        margin-top: 20px;
    }

    .content p {
        font-size: 13px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        color: #040404;
        position: relative;
    }
}

@media only screen and (max-width: 285px) {
    .login-box {
        height: 490px;
        padding: 10px;
    }

    .content .login-box .social-media {
        display: flex;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .content .social-media li {
        text-align: left;
        width: 30px;
        height: 30px;
    }

    .content {
        background: #8faadc;
        width: 100%;
        padding: 0px 10px;
    }

    .footer-content p {
        font-size: 10px;
    }

    .linkhere {
        left: 10% !important;
    }
}
