.main_bg{
      background-image: url(../../rassets/images/bg-img-1.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: #032737d9;*/
    background: #ffffffd9;
}
.text-gray-custom{color: #3b3b3b !important;}
.custom-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*.login-form input::-webkit-input-placeholder { 
  color: rgb(255 255 255 / 0.7);
}

.login-form input:-ms-input-placeholder { 
  color: rgb(255 255 255 / 0.7);
}

.login-form input::placeholder {
  color: rgb(255 255 255 / 0.7);
}*/
/*.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"]{
    max-width: 100%;
    width: 100%;
    height: 50px;
    border-radius: 500px;
    border: 0 none;
    padding: 10px 20px;
    background: rgb(255 255 255 / 0.1);
    color: rgb(255 255 255);
    border: 1px solid rgb(255 255 255 / 0.2);
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    box-shadow: none;
}*/

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"]{
    max-width: 100%;
    width: 100%;
    height: 50px;
    border-radius: 500px;
    border: 0 none;
    padding: 10px 20px;
    background: rgb(255 255 255 );
    color: rgb(59 59 59);
    border: 1px solid rgb(0 0 0 / 0.2);
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    box-shadow: none;
}
.login-form input[type="text"]:focus,
.login-form input[type="email"]:focus,
.login-form input[type="password"]:focus{
    border-color: rgb(254 169 0);
}
.login-form input[type="checkbox"]:focus{
    background: rgb(254 169 0);
    border-color: rgb(255 255 255);
}
.logo-login{
  display: inline-block;
    padding: 10px;
    /*background: rgb(255 255 255);*/
    border-radius: 5px;
}
.login-button button{
    margin: 0;
    height: 50px;
    border: none;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    outline: none !important;
    cursor: pointer;
}
.login-button button{
    width: 100%;
    background: rgb(254 169 0);
    color: rgb(255 255 255);
    font-size: 18px;
    border-radius: 50px;
    padding: 8px 40px;
    font-weight: 600;
}
.login-form input[type="checkbox"]{
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
    box-shadow: none;
    outline: none;
}
.login-form input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
    background: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
}
.login-form input[type="checkbox"]{
    background-color: rgb(255 255 255);
}
.heading{margin: 40px 0 20px}
.heading h5:after,
.heading h5:before{
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 0.2);
    
}
.heading h5:after{left: 0;transform: translate(-65%,-50%);}
.heading h5:before{right: 0;transform: translate(65%,-50%);}
.heading h5{position: relative;margin-bottom: 0;overflow: hidden;}




.logo-login{
    position: relative;
}
.logo-login .user-logo{
    max-width: 200px;
    width: 100%;
  }
  .logo-login .user-logo-gif {
    max-width: 30px;
    position: absolute;
    top: 5px;
    right: 20px;
  }