body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #333333;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.ms-card{
    background-color: transparent;
}
p{
    font-size: 16px;
    color: #464646;
}
a:hover, a:focus {
    color: #797964;
    text-decoration: none;
}
.login-title{
    color: #fff;
    font-size: 30px;
}
.section-space{
    padding-top: 80px;
    padding-bottom: 80px;
}
.main-h{
    font-size: 32px;
    font-weight: 700;
    color: #fff
}
.card{
    background-color: #3f3d3c;
}
.contentA {
    display: none;
}
/* navbar */
.logo-nav{
    width: 130px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px;
}
.nav-link.dropdown-m{
    background-color: #dfdfdf;
    border-radius: 20px;
    color: #333 !important;
    padding: 20px !important;
}
.dropdown-menu{
    background-color: #dfdfdf;
    border-radius: 20px;
    color: #333 !important;
}
.dropdown-menu a{
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 500
}
.dropdown-menu a:hover{
    font-weight: 700;
    background: transparent
}
.navbar-dark{
    background-color: #3f3d3c;
}
.login-page{
    background-color: rgb(51,51,51);
    padding: 50px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.login-page:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: #333333;
    opacity: 0.95;
    z-index: 2;
}
.login-page .container{
    z-index: 5;
    position: relative
}
.login-page video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.bg-login-form{
    background: #191919eb;
}
.bg-login-image {
    background: url("../img/login-side.jpg");
    background-position: center;
    background-size: cover;
    position: relative
}
.bg-login-image:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: #d5d5d5b3;
    opacity: 0.85;
    z-index: 1;
}
.bg-login-image .login-logo{
    width: 200px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 44%;
    z-index: 5;
}
.bg-login-form .form-group {
    margin-bottom: 2rem;
}
.user .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #797964;
    outline: 0;
    box-shadow: none;
}
.form-group{
    margin-bottom: 1rem
}
.user .top-label{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}
.user textarea.form-control-user{
    height: 100px;
}
.file-up{
    background-color: transparent;
    color: #fff;
}
.user .form-control-user {
    font-size: 15px;
    border-radius: 6px;
    padding: 1.5rem 1rem;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-main{
    border: 1px solid #797964;
    background: #797964;
    color: #fff;
    height: 50px;
    padding: 10px 25px;
    border-radius: 6px;
    background-repeat: repeat-x;
    transition:        all 0.2s ease-in-out 0s;
    box-shadow: 2px 2px 6px #00000047;
}
.btn-main:hover{
    background: #636351;
    color: #ffffff;
    border: 1px solid #636351;
}
.forgot-link{
    margin-top: 26px;
    color: rgb(180,180,180);
}
.bg-login-form label{
    color: #fff
}
.form-check-input:checked {
    background-color: #797964;
    border-color: #797964;
}
.form-check-input:focus {
    border-color: #79796496;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #79796496;
}
.log-padding{
    padding: 3rem 2rem;
}
/* footer */
.m-footer{
    background-color: #3f3d3c;
    border-bottom: 1px solid #e4ebf3;
    margin-top: 40px;
    padding: 50px 30px 15px;
}
.foot-widget h6{
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.foot-widget a{
    color: #b4b4b4;
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    display: block
}
.footer-social-block{
    display: flex;
}
.image-2, .image-3, .image-4 {
    background-color: #fff;
    margin-right: 8px;
    text-align: center
}
.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #e4ebf3;
    margin-top: 70px;
    margin-bottom: 15px;
}
.footer-copyright-center {
    color: #fff;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 27px;
    overflow: visible;
}
/* animated circle */
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/* forgot modal */
.forgot-modal{
    border-radius: 7px;
    overflow: hidden;
    background-color: transparent;
}
.forgot-modal .logo a img {
    width: 30px;
}
.forgot-modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px;
}
.forgot-modal .modal-content .modal-body {
    border-radius: 7px;
    overflow: hidden;
    background: #191919;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}
.forgot-modal .modal-content .modal-body h2 {
    font-size: 18px;
}
.forgot-modal .modal-content .modal-body p {
    color: #bcbcbc;
    font-size: 14px;
}
.forgot-modal .modal-content .modal-body h3 {
    color: #000;
    font-size: 22px;
}
.forgot-modal .modal-content .modal-body .close-btn {
    color: #000;
}
.forgot-modal .modal-content .modal-body .promo-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.forgot-modal .modal-content .modal-body .promo-img .price {
    top: 20px;
    left: 20px;
    position: absolute;
    color: #fff;
}
.forgot-modal .warp-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: rgb(180,180,180);
    color: #191919;
    border-radius: 50%;
}
.forgot-modal .warp-icon span {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.forgot-modal .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #fff
}
.forgot-modal .form-control:active, .forgot-modal .form-control:focus, .forgot-modal .form-control:hover {
    border-bottom: 1px solid #797964;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.forgot-modal .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}
.close-btn span {
    color: #ccc;
}
.close-btn:hover span {
    color: #fff;
}
.forgot-modal form label{
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}