@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');

.for_desktop {
    width: 100%;
    margin: auto;
}

.page-content--bge5 {
    height: 100%;
    padding-bottom: 10%;
}

.page-content--bge5 {
    background: #e5e5e5;
    height: 100vh;
}

.login-deatails input {
    background: none;
    border-bottom: 1px solid #fff !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background: transparent;
    /*background-color: transparent !important;*/
    border-color: transparent;
    box-shadow: none !important;
    color: #fff !important;
}

.login-divider {
    margin-bottom: 5%;
    margin-top: 5%;
}

    .login-divider:before {
        content: "Or";
        color: #212121;
        font-size: 18px;
        font-weight: 500;
        background-color: #fff;
        padding: 0 8px;
        border-radius: 20px;
        margin-top: -15px;
        left: 48%;
        position: absolute;
        /* border: 1px solid #eee; */
    }

.login-deatails {
    background: #201f1fba;
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 13%;
    opacity: 1;
    color: #fff;
    /* box-shadow: 0px 0px 0px 10px #201f1fba inset; */
}

.log-title {
    width: 100%;
}

    .log-title h3 {
        font-size: 30px;
        font-family: play;
        /* margin-bottom: 20px; */
        margin-top: 0px;
        line-height: 50px;
        font-weight: 600;
        color: #FFF200;
    }

.form-control {
    background-color: rgba(86, 119, 252, 0.05);
    font-family: ubuntu-Regular;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 15px;
    font-weight: bold;
    /*border-color: #ffa508;*/
    color: #3a3b3c;
    resize: none;
    height: 40px;
}

.register-link p a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-family: play;
}

.reg-deatails input[type=text] {
    background: none;
    border-bottom: 1p solid #fff !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background: transparent;
    background-color: transparent !important;
    border-color: none;
    box-shadow: none !important;
    color: #fff !important;
}

.reg-deatails input[type=email] {
    background: none;
    border-bottom: 1p solid #fff !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background: transparent;
    background-color: transparent !important;
    border-color: none;
    box-shadow: none !important;
    color: #fff !important;
}

.reg-deatails input[type=password] {
    background: none;
    border-bottom: 1p solid #fff !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background: transparent;
    background-color: transparent !important;
    border-color: none;
    box-shadow: none !important;
    color: #fff !important;
}

.reg-deatails input[type=date] {
    background: none;
    border-bottom: 1p solid #fff !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background: transparent;
    background-color: transparent !important;
    border-color: none;
    box-shadow: none !important;
    color: #fff !important;
}



.reg-deatails select {
    background: none;
    border-bottom: 1p solid #fff !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}

.register-link p a:hover {
    color: #EA7E33;
}

.login-deatails label {
    font-family: play;
}

.forget a {
    /*float: right;*/
    margin-bottom: 2%;
    text-decoration: none !important;
    font-size: 16px;
    color: #FFC90E;
    font-family: Exo-Regular;
}

    .forget a:hover {
        color: #F7761C;
    }

.normal-heading {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.login {
    background-color: rgb(249, 231, 213);
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-family: Exo-Regular;
    position: relative;
    overflow: hidden;
}

    .login:before {
        background-image: url('../img/2.jpg');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.5;
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.login-inner {
    padding: 60px 0;
    position: relative;
}

    .login-inner:before {
        background-color: rgba(0, 0, 0, 0.48);
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
    }

.login-wrapper {
    width: 100%;
    /* border-left: 1px solid;
        border-left-color: currentcolor;
    border-color: #dddddd; */
}

    .login-wrapper p {
        font-size: 20px;
        line-height: 35px;
        font-family: Ubuntu-Medium;
        margin-top: 10px;
    }

        .login-wrapper p span {
            color: #0069D9;
            font-weight: 700;
        }

.login-social {
    padding: 15px 0px 15px;
}

    .login-social ul li {
        /*  list-style: none; */
        display: inline-block;
        margin: 0px 5px;
    }

.login-deatails button {
    background: #F8A239;
    color: #fff;
    margin-bottom: 20px;
}

    .login-deatails button:hover {
        background: #fff;
        color: #F8A239;
        border: 1px solid #F8A239;
    }

.login-social ul li a {
    color: #3a3b3c;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #3a3b3c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: block;
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
    line-height: 65px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .login-social ul li a:hover {
        border-color: #EA8306;
        background-color: #EA8306;
        color: #ffffff;
    }

.register-link1 {
    text-align: center;
    margin-top: 1%;
}

    .register-link1 p {
        text-align: center;
        /* margin-top: 4%; */
        font-size: 14px;
        font-family: Century Gothic;
    }

    .register-link1 a {
        text-decoration: none;
        font-size: 20px;
        color: #ffa508;
        font-family: Exo-Regular;
    }

        .register-link1 a:hover {
            color: #1033c0;
        }

.register-link2 {
    text-align: right;
    margin-top: -7%;
    font-size: 14px;
    font-family: Century Gothic;
}

    .register-link2 a {
        text-decoration: none;
        font-size: 16px;
        color: #FFC90E !important;
        font-family: Exo-Regular;
        float: right;
    }

        .register-link2 a:hover {
            color: #1033c0;
        }

.register-link {
    text-align: center;
    margin-top: 4%;
    font-size: 16px;
    font-family: Century Gothic;
}

    .register-link a {
        text-decoration: none;
        font-size: 20px;
        color: #ffa508;
        font-family: Exo-Regular;
    }

        .register-link a:hover {
            color: #1033c0;
        }

.login-deatails button {
    font-size: 20px;
    font-family: Ubuntu-Medium;
    height: 45px;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    /* box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); */
    box-shadow: none;
}

.form-control:focus {
    /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
    box-shadow: none;
}

.log-title h3 img {
    width: 16%;
}

.atage a {
    font-size: 18px;
    font-family: play;
    color: #fff;
    line-height: 25px;
}

.atage {
    padding: 10px;
    width: 100%;
}

.treams label {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    font-family: century Gothic;
    font-weight: 600;
}

@media(max-width:796px) {
    .login-deatails {
        background: #201f1fba;
        padding: 20px 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        margin: 0px auto !important;
        width: 100% !important;
        opacity: 1;
        color: #fff;
        /* box-shadow: 0px 0px 0px 10px #201f1fba inset; */
    }

    .login-inner {
        padding: 70px 0px;
    }

    .login-social {
        padding: 15px 0px 75px;
        padding-left: 0px;
        padding-left: 0px;
    }

    .log-title h3 {
        font-size: 24px;
        font-family: ubuntu-Medium;
        margin-bottom: 30px;
        margin-top: 0px;
        line-height: 40px;
    }

    .login-wrapper p {
        font-size: 25px;
        line-height: 34px;
        font-family: Ubuntu-Medium;
        margin-top: 10px;
    }

    .login-social ul li {
        list-style: none;
        display: inline-block;
        margin: 0px 5px;
        float: left;
    }

        .login-social ul li a {
            color: #3a3b3c;
            font-size: 25px;
            line-height: 60px;
            width: 60px;
            height: 60px;
            display: block;
            vertical-align: middle;
        }

    .register-link a {
        font-size: 17px;
    }
}
