body {
    font-family: 'Raleway', sans-serif !important;
    background: linear-gradient(to left, #000 60%, #D1BD7B 40%);
   
}

.main-content {
    display: flex;
    
}
/* left-content-start */
.left_content {
    text-align: center;
  
}

.logo {
    text-align: left;
}

.logo svg {
    width: 80%;
    padding: 150px 0 60px;
}

.left_content_title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.text-desc {
    padding: 0 5px;
}

.left_content_text {
    font-size: 14px;
    color: #fff;
}
/* 
.login_image {
    display: flex;
    align-items: center;
     padding-top: 60px;
      padding-top: 100px; 
    justify-content: center;
    max-width: 49%;
}

.login_image p {
    font-size: 14px;
    color: #fff;
} */

.login_image {
    display: flex;
    align-items: center;
    padding-top: 60px;
    justify-content: center;
    max-width: 50%;
}
.login_image img{
    width: 40px;
}

.login_image p {
    font-size: 14px;
    color: #fff;
}
#powererd-by{
    margin-left: 10px;
}


/* left-content-end */
/* /////// */
/* right-cont-start */
.right_content {
    text-align: center;
}

.right_content .welcome_text {
    padding: 143px 0 60px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 35%;
}

.right_content .welcome_text p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.right_content .welcome_text span {
    color: #fff;
    font-size: 14px;
}

.login {
    text-align: center;
    display: inline-block;
}

.login .input-group {
    margin: 20px 0;
 
}

.login .form-control {
    background-color: #000;
    box-shadow: none;
    border: 1px solid #363E42;
    height: 40px;
    padding: 6px 20px 6px 20px;
    min-width:270px;
    color: #fff;
}

.login .form-control::placeholder {
    font-size: 12px;
}

.login .input-group .form-control:last-child {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.fogot_pass {
    text-align: center;
    display: inline-block;
}

.fogot_pass .input-group {
    margin: 20px 0;
}

.fogot_pass .form-control {
    background-color: #000;
    box-shadow: none;
    border: 1px solid #363E42;
    height: 40px;
    padding: 6px 20px 6px 20px;
    min-width: 340px;
    color: #fff;
}

.fogot_pass .form-control::placeholder {
    font-size: 12px;
}

.fogot_pass .input-group .form-control:last-child {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.fogot_pass .btn {
    background-color: #D1BD7B;
    color: #fff;
    padding: 9px 45px;
    margin-top: 20px;
    font-size: 12px;
    outline: none;
}
    
.fogot_pass .btn:hover{
   outline: none;
}
.fogot_pass .btn:focus{
    outline: none;
}
.fogot_pass p {
    margin: 10px 0;
    color: #98999b;
    font-size: 12px;
}

.fogot_pass a {
    padding: 0 10px;
    color: #98999b;
}
.fogot_pass a:hover{
    color: #D1BD7B;
}

.fogot_pass .input-group .form-control {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.login_link {
    text-align: right;
}

.login_link a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.login .btn {
    background-color: #D1BD7B;
    color: #fff;
    padding: 9px 108px;
    margin-top: 25px;
    font-size: 12px;
    outline: none;
}
    
.login .forgot-btn {
    background-color: #D1BD7B;
    color: #fff;
    padding: 9px 50px;
    margin-top: 0px;
    font-size: 12px;
    outline: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.fogot_pass .help-block{
    position:absolute !important;
    top: 34px;
}
.forgot-pass p{
    width:342px !important;
}

.login .btn:hover{
   outline: none;
}
.login .btn:focus{
    outline: none;
}
.login p {
    margin: 10px 0;
    color: #98999b;
    font-size: 12px;
}

.login a {
    padding: 0 10px;
    color: #98999b;
}
.login a:hover{
    color: #D1BD7B;
}

.sign_up a {
    font-size: 12px;
    color: #D1BD7B;
}

.valid-pass-msg::before{
    position: absolute;
    top: 0;
    padding: 10px;
}

.tooltip-inner {
    max-width: 100% !important;
    text-align: left;
    background-color: #D1BD7B;
    position: relative !important;
    left: 133px;
    width: 200px !important;
    top: 20px;
    color: #000;

}

/* right-content-end */
/* //////// */
/* responsive css */

@media screen and (max-width: 640px) {
   body{
    background: #000;
   }
    .left_content {
        display: none;
    }
    
    .right_content .welcome_text{
        padding: 80px 0 60px 0;
    }
    .right_content{
        padding-bottom: 80px;
    }
    .right_content .welcome_text {
        max-width: 73%;
    }
}

@media screen and (min-width: 642px) and (max-width:800px) {
    body{
        background: linear-gradient(to left, #000 50%, #D1BD7B 50%);
       }
    .logo svg{
        width: 65%;
        padding-left: 17px;
    }
   
    .login_image{
        max-width: 60%;
    }
    .right_content .welcome_text{
        max-width: 80%;
    }

    .text-desc {
        padding-left: 15px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1200px){
    .right_content .welcome_text{
        max-width: 41%;
    }
    .logo svg{
        width: 70%;
        padding-left: 9px;
    }
    
    .login_image{
        max-width: 60%;
    }
    .right_content .welcome_text{
        max-width: 55%;
    }
    .left_content_text {
        font-size: 13px;
    }
    .text-desc {
        max-width: 80%;
    }
    .logo {
        max-width: 90%;
    }
    .logo img {
        padding: 150px 0 35px !important;
        max-width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1366px){
    .right_content .welcome_text{
        max-width: 35%;
    }
    .logo svg{
        width: 75%;
        padding-left: 10px;
    }
   
}
@media screen and (min-width: 1366px) and (max-width: 1600px){
    
}
