main {
    height: 100vh;
    display: grid;
    align-items: center;
    align-content: center;
}
.form-footer-area {
    position: relative;
    z-index: 1;
}
.form .container-fluid {
    overflow: hidden !important;
}
.form-form-wrap {
    max-width: 80% !important;
    margin: 10% auto !important;
}
.form-form {
    padding: 0 15px !important;
}
.form-container {
    align-items: flex-start !important;
    padding: 0 !important;
}
.form-form, .form-image {
    height: 62vh !important;
}
.form-form .form-form-wrap form .field-wrapper.input {
    padding: 0 0 0 0 !important;
    margin-left: 7.5px !important;
    /*margin-right: 15px !important;*/
    margin-bottom: 25px !important;
    overflow: hidden !important;
}
.form-form .form-form-wrap form .field-wrapper input {
    padding: 0 0 0 0 !important;
    border-radius: 0 !important;
}
.form-form .form-form-wrap form .field-wrapper input::placeholder {
    font-size: 16px !important;
}
.forgot-pass-wrapper {
    padding: 0 0 0 0 !important;
    margin-left: 7.5px !important;
    /*margin-right: 15px !important;*/
    margin-bottom: 25px !important;
    overflow: hidden !important;
}
.forgot-pass-wrapper p {
    font-size: 13px !important;
}
.form-form .form-form-wrap form .field-wrapper {
    margin-left: 7.5px !important;
    /*margin-right: 15px !important;*/
    margin-bottom: 25px;
    overflow: hidden !important;
}
.form-form .form-form-wrap form .field-wrapper button.btn {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    text-transform: uppercase;
    background-color: #e77300;
    border-color: #e77300;
    color: #fff;
}
.form-form .form-form-wrap form .field-wrapper button.btn:hover {
    background-color: #264653 !important;
    border-color: #264653 !important;
}
.l-image img {
    width: 330px !important;
    height: 330px !important;
}
.field-wrapper.toggle-pass,
.field-wrapper.forgot-pass {
    margin-bottom: 0 !important;
}
.social-login img {
    width: 55px !important;
    height: 55px !important;
}
/*Mobile Device*/
@media (max-width: 768px) {
    .form-form-wrap {
        max-width: 90% !important;
    }
    .form-form, .form-image {
        height: auto !important;
    }
    .l-image img {
        height: 35% !important;
        width: 35% !important;
    }
    .social-login img {
        width: 50px !important;
        height: 50px !important;
    }
    .forgot-pass-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .forgot-pass-wrapper {
        margin-left: 0 !important;
    }
}
/*  */
.form-container {
    display: flex;
}
.form-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position:relative;
}
.form-form:after{
    position:absolute;
    top:0%;
    content:"";
    width:1px;
    height:100%;
    background:#333;
    left:0;
}

@media (max-width:767px){
    .form-form:after{
        display:none;
    }
}
.form-form .form-form-wrap {
    max-width: 90%;
    margin: 0 auto;
    min-height: 100%;
    width:100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.form-form, .form-image{
    height: 50vh !important;
}
.form-form .form-container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: .71428571rem 2.85714286rem;
    width: 100%;
    min-height: 100%;
}
.form-form .form-container .form-content {
    display: block;
    width: 100%;
}
.form-form .form-form-wrap .user-meta { 
    margin-bottom: 35px;
}
.form-form .form-form-wrap .user-meta img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 15px;
    border: 4px solid #e0e6ed;
}
.form-form .form-form-wrap .user-meta div {
    align-self: center;
}
.form-form .form-form-wrap .user-meta p {
    font-size: 31px;
    color: #3b3f5c;
    margin-bottom: 0;
}
.form-form .form-form-wrap h1 .brand-name {
    color: #e77300;
    font-weight: 600;
}
.form-form .form-form-wrap p.signup-link {
    font-size: 14px;
    color: #3b3f5c;
    font-weight: 700;
    margin-bottom: 50px;
}
.form-form .form-form-wrap p.signup-link a {
    color: #e77300;
    border-bottom: 1px solid;
}
.form-form .form-form-wrap form .field-wrapper.input {
    position: relative;
    padding: 11px 0 25px 0;
    border-bottom: none;
}
.form-form .form-form-wrap form .field-wrapper.input:focus {
    border: 1px solid #000;
}
.form-form .form-form-wrap form .field-wrapper.toggle-pass p {
    font-weight: 400;
    color: #3b3f5c;
    margin-bottom: 0;
}
.form-form .form-form-wrap form .field-wrapper .logged-in-user-name {
    font-size: 37px;
    color: #3b3f5c;
}
.form-form .form-form-wrap form .field-wrapper svg {
    position: absolute;
    top: 16px;
    color: #e77300;
    fill: rgba(27, 85, 226, 0.23921568627450981);
}
.form-form .form-form-wrap form .field-wrapper.terms_condition {
    margin-bottom: 20px;
}
.form-form .form-form-wrap form .field-wrapper.terms_condition label {
    font-size: 14px;
    color: #888ea8;
    padding-left: 31px;
    font-weight: 100;
}
.form-form .form-form-wrap form .field-wrapper.terms_condition a {
    color: #e77300;
}
.form-form .form-form-wrap form .field-wrapper input {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    min-width: 50px;
    /*max-width: 635px;*/
    width: 100%;
    min-height: 36px;
    background-color: #ffffff;
    border: none;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #3b3f5c;
    /*font-weight: 600;*/
    /*font-size: 16px;*/
    border-bottom: 1px solid #e0e6ed;
    padding: 0px 0 10px 35px;
}
.form-form .form-form-wrap form .field-wrapper input::-webkit-input-placeholder {
    color: #bfc9d4;
    font-size: 14px;
}
.form-form .form-form-wrap form .field-wrapper input::-ms-input-placeholder {
    color: #bfc9d4;
    font-size: 14px;
}
.form-form .form-form-wrap form .field-wrapper input::-moz-placeholder {
    color: #bfc9d4;
    font-size: 14px;
}
.form-form .form-form-wrap form .field-wrapper input:focus {
    border-bottom: 1px solid #e77300; box-shadow: none;
}
.form-form .form-form-wrap form .field-wrapper {

}
.form-form .form-form-wrap form .field-wrapper.toggle-pass {
    align-self: center;
    text-align: left;
}
.form-form .form-form-wrap form .field-wrapper.toggle-pass .switch {
    margin-bottom: 0; vertical-align: sub; margin-left: 7px;
}
.form-form .form-form-wrap form .field-wrapper a.forgot-pass-link {
    color: #e77300;
    text-decoration: none;
}
.form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator {
    top: 1px; border: 1px solid #bfc9d4; background-color: #f1f2f3;
}
.form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator:after {
    top: 52%;
}
.form-form .form-form-wrap form .field-wrapper.keep-logged-in {
    margin-top: 60px;
}
.form-form .form-form-wrap form .field-wrapper.keep-logged-in label {
    font-size: 14px;
    color: #888ea8;
    padding-left: 31px;
    font-weight: 100;
}
.form-form .terms-conditions {
    max-width: 480px;
    margin: 0 auto;
    color: #3b3f5c;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}
.form-form .terms-conditions a {
    color: #e77300;
    font-weight: 700;
}
.form-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* position: fixed; */
    right: 0;
    min-height: auto;
    height: 100%;
    width: 50%;
}
.form-image .l-image {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.l-image img{
    margin: 0 auto;
    height: 300px;
    width: 300px;
}
@media (max-width: 991px) {
    .form-form {
        width: 100%;
    }
    .form-form .form-form-wrap {
        min-width: auto;
    }
    .form-image {
        display: block;
    }
    .form-footer-area .row {
        flex-direction: column-reverse;
    }
}
@media (max-width: 575px) {
    .form-form .form-form-wrap form .field-wrapper.toggle-pass {
        margin-bottom: 28px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-form .form-form-wrap {
        width: 100%;
    }
    .form-form .form-container {
        height: 100%;
    }
}
@media(max-width:768px){
    .form-form, .form-image {
        height: 100% !important;
        width: 100%;
    }
}
.login-privacy a{
    color: #e77300;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.social-login{
    margin:0px auto;
    text-align: center;
    margin-top:auto;
    width:100%;
}
.social-login img{
    height:50px;
    width:50px;
}
.error{
    color:red !important;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
}
.switch input {display:none;}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ebedf2;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider:before {
    position: absolute;
    content: "";
    background-color: white;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px)
}
/* Rounded Slider Switches */
.switch .slider.round { border-radius: 34px; }
.switch .slider.round:before { border-radius: 50%; }
/* Solid Switches*/
.switch.s-default .slider:before { background-color: #d3d3d3; }
.switch.s-primary .slider:before { background-color: #e77300; }
.switch.s-success .slider:before { background-color: #1abc9c; }
.switch.s-warning .slider:before { background-color: #e2a03f; }
.switch.s-danger .slider:before { background-color: #e7515a; }
.switch.s-secondary .slider:before { background-color: #805dca; }
.switch.s-info .slider:before { background-color: #2196f3; }
.switch.s-dark .slider:before { background-color: #3b3f5c; }
.switch input:checked + .slider:before { background-color: #fff; }
.switch.s-default input:checked + .slider { background-color: #d3d3d3; }
.switch.s-default input:focus + .slider { box-shadow: 0 0 1px #ebedf2; }
.switch.s-primary input:checked + .slider { background-color: #e77300; }
.switch.s-primary input:focus + .slider { box-shadow: 0 0 1px #e77300; }
.switch.s-success input:checked + .slider { background-color: #1abc9c; }
.switch.s-success input:focus + .slider { box-shadow: 0 0 1px #1abc9c; }
.switch.s-warning input:checked + .slider { background-color: #e2a03f; }
.switch.s-warning input:focus + .slider { box-shadow: 0 0 1px #e2a03f; }
.switch.s-danger input:checked + .slider { background-color: #e7515a; }
.switch.s-danger input:focus + .slider { box-shadow: 0 0 1px #e7515a; }
.switch.s-secondary input:checked + .slider { background-color: #805dca; }
.switch.s-secondary input:focus + .slider { box-shadow: 0 0 1px #805dca; }
.switch.s-info input:checked + .slider { background-color: #2196f3; }
.switch.s-info input:focus + .slider { box-shadow: 0 0 1px #2196f3; }
.switch.s-dark input:checked + .slider { background-color: #3b3f5c; }
.switch.s-dark input:focus + .slider { box-shadow: 0 0 1px #3b3f5c; }
/* Outline Switches */
.switch.s-outline .slider {
    border: 2px solid #ebedf2;
    background-color: transparent;
    width: 36px;
    height: 19px;
}
.switch.s-outline .slider:before { height: 13px; width: 13px; }
.switch.s-outline[class*="s-outline-"] .slider:before {
    bottom: 1px;
    left: 1px;
    border: 2px solid #bfc9d4;
    background-color: #bfc9d4;
    color: #ebedf2;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
}
.switch.s-icons.s-outline-default { color: #d3d3d3; }
.switch.s-icons.s-outline-primary { color: #e77300; }
.switch.s-icons.s-outline-success { color: #1abc9c; }
.switch.s-icons.s-outline-warning { color: #e2a03f; }
.switch.s-icons.s-outline-danger { color: #e7515a; }
.switch.s-icons.s-outline-secondary { color: #805dca; }
.switch.s-icons.s-outline-info { color: #2196f3; }
.switch.s-icons.s-outline-dark { color: #3b3f5c; }

.switch.s-outline-default input:checked + .slider { border: 2px solid #ebedf2; }
.switch.s-outline-default input:checked + .slider:before {
    border: 2px solid #d3d3d3;
    background-color: #d3d3d3;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
}
.switch.s-outline-default input:focus + .slider { box-shadow: 0 0 1px #ebedf2; }
.switch.s-outline-primary input:checked + .slider { border: 2px solid #e77300; }
.switch.s-outline-primary input:checked + .slider:before {
    border: 2px solid #e77300;
    background-color: #e77300;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch.s-outline-primary input:focus + .slider { box-shadow: 0 0 1px #e77300; }
.switch.s-outline-success input:checked + .slider { border: 2px solid #1abc9c; }
.switch.s-outline-success input:checked + .slider:before {
    border: 2px solid #1abc9c;
    background-color: #1abc9c;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch.s-outline-success input:focus + .slider { box-shadow: 0 0 1px #1abc9c; }
.switch.s-outline-warning input:checked + .slider { border: 2px solid #e2a03f; }
.switch.s-outline-warning input:checked + .slider:before {
    border: 2px solid #e2a03f;
    background-color: #e2a03f;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch.s-outline-warning input:focus + .slider { box-shadow: 0 0 1px #e2a03f; }
.switch.s-outline-danger input:checked + .slider { border: 2px solid #e7515a; }
.switch.s-outline-danger input:checked + .slider:before {
    border: 2px solid #e7515a;
    background-color: #e7515a;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch.s-outline-danger input:focus + .slider { box-shadow: 0 0 1px #e7515a; }
.switch.s-outline-secondary input:checked + .slider { border: 2px solid #805dca; }
.switch.s-outline-secondary input:checked + .slider:before {
    border: 2px solid #805dca;
    background-color: #805dca;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch.s-outline-secondary input:focus + .slider { box-shadow: 0 0 1px #805dca; }
.switch.s-outline-info input:checked + .slider { border: 2px solid #2196f3; }
.switch.s-outline-info input:checked + .slider:before {
    border: 2px solid #2196f3;
    background-color: #2196f3;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch.s-outline-info input:focus + .slider { box-shadow: 0 0 1px #2196f3; }
.switch.s-outline-dark input:checked + .slider { border: 2px solid #3b3f5c; }
.switch.s-outline-dark input:checked + .slider:before {
    border: 2px solid #3b3f5c;
    background-color: #3b3f5c;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}
.switch.s-outline-dark input:focus + .slider { box-shadow: 0 0 1px #3b3f5c; }
/*  Icons Switches */
.switch.s-icons {
    width: 57px;
    height: 30px;
}
.switch.s-icons .slider {
    width: 48px;
    height: 25px;
}
.switch.s-icons .slider:before {
vertical-align: sub;
    color: #3b3f5c;
    height: 19px;
    width: 19px;
    line-height: 1.3;
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23e9ecef" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
}
.switch.s-icons input:checked + .slider:before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');
    vertical-align: sub;
    color: #fff;
    line-height: 1.4;
}
.switch.s-icons input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}