body {
	min-height: 100vh;
}
.main-form-sec {
    min-height: 100vh;
    margin-top: 33px;
        padding-bottom: 0;
}
.form-card {
    border: 0;
    border-radius: 0;
    /* box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43); */
    overflow: hidden;
    width: 100%;
}
.left-img-wrapper {
    height: 100%;
    background: url(../images/login-form-img.png);
    background-repeat: repeat !important;
    background-size: cover !important;
    /* align-items: center; */
    display: flex;
    height: 100%;
    min-height: 100vh;
}
.left-img-wrapper .logo {
    padding-left: 39px;
    padding-top: 25px;
}
.form-content-div {
    align-items: center;
    /* display: flex; */
    flex-wrap: wrap;
    /* height: 100%; */
    margin-top: 188px;
    width: 100%;
}
.form-content-inner {
    width: 100%;
    color: #fff;
    text-align: center;
     padding: 0 30px;
}
.form-content-inner h3 {
    font-size: 49px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Cinzel', serif;
}
.form-content-inner .desc {
    font-size: 24px;
    color: #fff;
    margin-bottom: 7px;
}
.border-btn {
    padding: 7px 50px;
    background-color: transparent;
    font-size: 16px;
    border: 2px solid #fff;
    line-height: 20px;
    color: #fff !important;
    margin-bottom: 0;
    margin-top: 33px;
    width: auto !important;
    display: inline-block;
    font-weight: 500;
}
.border-btn:hover {
    background-color: #ffffff;
    color: #005494 !important;
}
.form-md-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-card .card-body {
    padding: 20px 210px 28px 90px;
    width: 100%;
}
.form-card-description {
    font-size: 30px;
    color: #005494;
    font-weight: normal;
    margin-bottom: 36px;
}
.form-card label {
    font-size: 19px !important;
    color: #282828;
    display: flex !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    width: 100%;
}
.form-card form {
    max-width: 100%;
}
.form-card .form-control, .form-card .input-text {
    border: 0px solid #d5dae2;
    padding: 9px 10px;
    margin-bottom: 22px;
    min-height: 42px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
    background: #eaeff1;
    border-radius: .25rem !important;
    border: 2px solid #eaeff1 !important;
}
.form-card .form-control:focus, .form-card .input-text:focus{
    color: #495057;
    border-color: #55bdde !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(97, 200, 235, 0.26);
    background: transparent !important;
    border: 2px solid #55bdde !important;
}
.form-card .form-control::-webkit-input-placeholder {
	color: #919aa3;
}
.form-card .form-control::-moz-placeholder {
	color: #919aa3;
    display: none;
}
.form-card .form-control:-ms-input-placeholder {
	color: #919aa3;
}
.form-card .form-control::-ms-input-placeholder {
	color: #919aa3;
}
.form-card .form-control::placeholder {
	color: #919aa3;
    display: none;
}
.form-card .btn {
    padding: 9px 25px !important;
    background-color: #005494;
    border: 2px solid #005494 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: inherit;
    font-weight: 400 !important;
    margin-top: 9px !important;
    display: inline-block !important;
    color: #fff;
    margin-bottom: 0px; 
    width: auto !important;
}
.form-card .btn:hover {
    border: 2px solid #005494;
    background: transparent;
    color: #005494;
    text-decoration: none;
}
.form-card .forgot-password-link {
    font-size: 16px;
    color: #0077c3 !important;
    margin-bottom: 0;
    font-weight: 300;
}
.form-card-footer-text {
	font-size: 16px;
	color: #0d2366;
	margin-bottom: 60px;
}
.form-card-footer-nav a {
	font-size: 14px;
	color: #919aa3;
}
.form-card .col-xs-8.col-md-10 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.form-card .lrm-form .lrm-fieldset-wrap, .lrm-form .fieldset--default {
    padding: 0 !important;
}
.form-card .lrm-user-modal-container {
    width: 100%;
}
.form-card .lrm-user-modal-container {
    margin: 0;
}
.form-card .full-width.has-padding.has-border {
    border-radius: .25rem !important;
    border: 2px solid #eaeff1 !important;
    border: 0px solid #d5dae2;
    /* padding: 9px 10px; */
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: normal;
    background: #eaeff1;
}
.form-card .full-width.has-padding.has-border:focus {
    color: #495057;
    border-color: #55bdde !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(97, 200, 235, 0.26);
    background: transparent !important;
    border: 2px solid #55bdde !important;
}
.form-card .lrm-form .hide-password {
    border-left: 0px solid black;
}
.form-card .lrm-user-modal-container {
    border: 0px solid #d2d8d8 !important;
}
/**registration form**/
.registraion-card .left-img-wrapper {
    background: url(../images/account-form-img.png);
}
.registraion-card .form-content-inner {
    color: #005494;
}
.registraion-card .form-content-inner h3 {
    color: #005494;
    font-size: 60px;
}
.registraion-card  .form-content-inner .desc {
    font-size: 24px;
    color: #005494;
    margin-bottom: 7px;
}
.registraion-card .border-btn {
    border: 2px solid #005494;
    color: #005494 !important;
}
.registraion-card .border-btn:hover {
    background-color: #005494;
    color: #ffffff !important;
}
.registraion-card .form-card-description {
    margin-bottom: 25px;
}
.registraion-card .form-control {
    margin-bottom: 12px;
}
.main-form-sec .ur-frontend-form {
    margin-bottom: 0;
    border: 0px solid #dee0e9;
    padding: 0;
}
.password-input-group {
    width: 100%;
}
.ur-form-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registraion-card .w_50 {
    width: 46%;
    /* float: left; */
    /* margin-right: 19px; */
}
.registraion-card .w_100 {
    width: 100% !important;
}
.registraion-card  .ur-frontend-form .ur-button-container {
    padding-left: 5px;
}
.registraion-card  .ur-frontend-form .ur-button-container button {
    margin-left: 0 !important;
}
.registraion-card  .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 0;
}
.ur-front-spinner {
    margin-left: -27px !important;
}

/*************media query css**************/
@media screen and (max-width:1024px){
    .form-card .card-body {
        padding: 20px 20px 30px 20px;
        width: 100%;
    }
    .left-img-wrapper .logo {
        width: 80%;
    }
    .form-content-inner h3 {
        font-size: 36px;
    }    
    .registraion-card .form-content-inner h3 {
        font-size: 36px;
    }
    .registraion-card .form-content-inner .desc {
        font-size: 20px;
    }
    .border-btn {
        padding: 7px 40px;
    }
}
@media screen and (max-width:767px){
    .left-img-wrapper .logo {
        width: 100%;
        padding: 48px;
        padding-top: 25px;
    }    
    .form-card-description {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 13px;
        text-align: center;
    }
    .lrm-user-modal-container {
        margin-bottom: 16px;
    }    
    .border-btn {
        padding: 7px 40px;
        margin-top: 13px;
    }    
    .form-content-inner h3 {
        font-size: 32px;
    }
    .registraion-card .form-content-inner h3 {
        font-size: 32px;
    }
    .left-img-wrapper {
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
     .form-content-div {
        margin-top: 130px;
    }   
    .form-content-inner .desc {
        font-size: 18px;
    }
    .registraion-card .w_50 {
        width: 100%;
    }
    .form-card label {
        font-size: 16px !important;
     }   
    .form-card .btn {
        width: 100% !important;
    }
    .registraion-card .ur-frontend-form .ur-button-container button {
        margin-right: 0px;
    }
     .registraion-card .ur-frontend-form .ur-button-container {
        padding-left: 5px;
        padding-right: 5px;
    }   

}