.login-container {
    background: linear-gradient(225deg, var(--background) 0%, #ffffff 100%);
}

.page-title {

    align-items: center;

    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #eee;

    width: 100%;
}

.text-center {
    text-align: center;
}

.login-container input {
    /* background: linear-gradient(225deg, var(--background) 0%, #ffffff 100%); */
    padding: 8px 0;
    width: 100%;
    font-size: 0.95rem;
    color: #374151;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 4px;
}

.login-container .form-group {
    margin-bottom: 10px;
}

.login-container .wrap-forgot-password {
    margin-top: 5px;
    margin-bottom: 10px;
}

.login-container .wrap-forgot-password a {
    color: inherit
}

.login-container .wrap-password-eye {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.login-container .passwordGroup {
    width: 100% !important;
}

#password {
    border-radius: 0.25rem 0px 0px 0.25rem !important;
}

.login-container .wrap_show_password {
    background: #d0d0d0;
    padding: 10px;
    border: 1px solid #ccc8c8;
    border-radius: 0px 0.25rem 0.25rem 0px;
}

.login-container .wrap-password-eye {
    margin-bottom: 20px;
}

.login-container .wrap_show_password {
    padding: 6px;
}

.login-container .wrap-password-eye input {
    /* display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 6px 10px;
  font-weight: 400;
  line-height: 1.5;  
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width:100%; */
}

.login-container .wrap-login {
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
}

.login-container .wrap-btn {
    margin-top: 35px;
}

.login-container .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 4px 0px 4px 10px;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-container #btn button {
    background: green;
    border-color: #fff;
    color: #fff;
    padding: 15px 25px;
    box-shadow: none;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
}

.login-container .btn1 {
    border-radius: 20px;
    padding: 12px 30px;
    line-height: 16px;
    font-weight: 400;
    border: 1px solid #59b529 !important;
    text-shadow: none !important;
    background: #59b529;
    box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
    box-sizing: border-box !important;
    color: #fff;
    cursor: pointer;
    outline: 0;
    text-align: center;
    text-rendering: geometricPrecision;
    text-transform: none;
    user-select: none;
    transition: all .3s;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100%;
}

.login-container .btn1:hover {
    background: #fff;
    color: var(--p_color);
}

.login-container .btn1-sm {
    border-radius: 20px;
    padding: 12px 30px;
    line-height: 16px;
    font-weight: 400;
    border: 1px solid #59b529 !important;
    text-shadow: none !important;
    background: #59b529;
    box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
    box-sizing: border-box !important;
    color: #fff;
    cursor: pointer;
    outline: 0;
    text-align: center;
    text-rendering: geometricPrecision;
    text-transform: none;
    user-select: none;
    transition: all .3s;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.login-container .btn1-sm:hover {
    background: #fff;
    color: var(--p_color);
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.flex-col {
    flex-direction: column;
}

/********* radio ****************/
.radio {
    margin-right: 10px;
    /* float:left; */
}

.radio input[type=radio] {
    /* position: absolute; */
    opacity: 0;
    display: none;
}

.radio input[type=radio]+.radio-label {
    display: flex;
    align-items: start;
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 2px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
    /* background-color: #e48500; */
    background-color: #787878;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio-offset input[type=radio]+.radio-label:before {
    top: 0px !important;
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #e48500;
}

.radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}

.row-container {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.form-heading {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 20px;
}

.wrap-otp-medium {
    margin-top: 20px;
}


@media (max-width: 768px) {
    .login-container .wrap-login {
        width: 100%;
    }

    .login-container .col6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
