﻿@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'), url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'), url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*login page*/
.login_main {
    display: flex;
    flex-wrap:wrap;
    height: 100%;
}

.left-login {
    background: #fff;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: #4B4B4D;
}
.left-login_logo {
    margin-bottom:50px;
    width:250px;
}
.left-login h1 {   
    font-size: 25px;
    font-weight: bold;
}

.left-login-headtext {
   font-size:14px;
   margin-bottom:0;
}

.right-login {
    width: 60%;
    display: flex;
    justify-content:center;
    flex-direction: column;   
    padding: 40px;
    background: #364fcc;
    color: #fff;
}
.right-login_title {
    font-size: 42px;
    font-weight: bold;
}
.right-login_subtitle {
   display:flex;
   font-size:14px;
   width:60%;
}
.login-user, .login-pass {
    width: 335px;
    color: #333;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 10px;
    border-radius: 0 !important;
}
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    background-color: #fff !important;
    border: 1px solid #e3e3e3;
    font-family: 'Montserrat';
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], select {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-family: 'Montserrat';
}

.login_btn, .ajax_login_btn {
    width: 155px !important;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    background: #27d086;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    font-family: 'Montserrat' !important;
}

/*responsive*/
@media screen and (max-width: 800px) {
    .left-login, .right-login {
        width:100%;
    }
    .right-login_title {
     font-size:18px;
    }
    .right-login {
        padding:20px;
    }
}
