@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.page-template-template-register .site-header,
.page-template-template-login .site-header
{
	display: none;
}
body 
{
	font-family: 'Montserrat', sans-serif;
}
.page-template-template-register .site-footer,
.page-template-template-login .site-footer
{
	display: none;
}
.page-template-template-register .widget-area,
.page-template-template-login .widget-area
{
	display:none;
}
.page-template-template-register .site-main,
.page-template-template-login .site-main
{
	padding:0px;
}
.login-page {
    min-height: 100vh;
    background: url(images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 20px;
}
.login-page::after 
{
	
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.58);
    z-index: -9
	
}
.login-inner {
    max-width: 430px;
    width: 100%;
}
.login-inner-box {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}
.site-logos
{
	text-align: center;
	width:100%;
	margin-bottom:15px;
	display: inline-block;
}
.links {
    display: flex;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 30px;
    justify-content: center;
}
.links a {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #000000;
    text-decoration: none !important;
    flex-grow: 1;
    border-bottom: 3px solid #DBD7F4;
    padding-bottom: 13px;
}
.links a.active 
{
	color: #FF6666;
	border-color: #FF6666;
}
.login-page form {
    padding: 0 40px;
}
.login-page .um-field-label label {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.005em;
    color: #11142D;
}
.login-page .um-form-field {
    background: #FFFFFF;
    border: 1px solid #CCCCCC !important;
    border-radius: 8px !important;
}
.login-page .um-col-alt {
    margin: 0;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active
{
	background: #FF6666 !important;
	color: #fff !important; 
}
 .login-page  .um-field-checkbox-option, .um-field-radio-option {
    font-size: 14px;
    color: #000 !important;
}
.login-page .um-half {
    width: 100%;
}
.login-page-box .um-right.um-half {
    display: none;
}
.login-page .um-row._um_row_1 {
    margin-bottom: 20px !important;
}
.login-page label.um-field-checkbox {
    margin-bottom: 15px !important;
}