
		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
		    font-weight: bold;
		    font-style: italic;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-Italic.woff2') format('woff2'), url('/fonts/OpenSans-Italic.woff') format('woff');
		    font-weight: normal;
		    font-style: italic;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('/fonts/OpenSans-ExtraBold.woff') format('woff');
		    font-weight: bold;
		    font-style: normal;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('/fonts/OpenSans-BoldItalic.woff') format('woff');
		    font-weight: bold;
		    font-style: italic;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'), url('/fonts/OpenSans-Bold.woff') format('woff');
		    font-weight: bold;
		    font-style: normal;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-Light.woff2') format('woff2'), url('/fonts/OpenSans-Light.woff') format('woff');
		    font-weight: 300;
		    font-style: normal;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
		    font-weight: 600;
		    font-style: italic;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-MediumItalic.woff2') format('woff2'), url('/fonts/OpenSans-MediumItalic.woff') format('woff');
		    font-weight: 500;
		    font-style: italic;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-LightItalic.woff2') format('woff2'), url('/fonts/OpenSans-LightItalic.woff') format('woff');
		    font-weight: 300;
		    font-style: italic;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-Regular.woff2') format('woff2'), url('/fonts/OpenSans-Regular.woff') format('woff');
		    font-weight: normal;
		    font-style: normal;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-SemiBold.woff2') format('woff2'), url('/fonts/OpenSans-SemiBold.woff') format('woff');
		    font-weight: 600;
		    font-style: normal;
		    font-display: swap;
		}

		@font-face {
		    font-family: 'Open Sans';
		    src: url('/fonts/OpenSans-Medium.woff2') format('woff2'), url('/fonts/OpenSans-Medium.woff') format('woff');
		    font-weight: 500;
		    font-style: normal;
		    font-display: swap;
		}

		.login-main {
		    background-color: #3099CD;
		    width: 100%;
		    height: 100%;
		    background-image: url('/images/background');
		    background-repeat: no-repeat;
		    background-size: contain;
		    background-position: left 0px bottom 30px;
		}

		.login-wrapper {
		    min-height: calc(100vh - 60px);
		    position: relative;
		}

		.login-top {
		    padding: 80px 15px 0;
		    width: 100%;
		}

		.login-wrapper {
		    padding-bottom: 300px;
		}

		.login-title {
		    font-family: 'Open Sans';
		    font-weight: 600;
		    font-size: 30px;
		    line-height: 41px;
		    color: #FFFFFF;
		    margin-bottom: 48px;
		}

		.loginbox {
		    background: #FFFFFF;
		    box-shadow: 0px 10px 40px #00000038;
		    border-radius: 12px;
		    padding: 30px 39px 46px;
		    width: 424px;
		    margin: 0 auto;
		    max-width: 100%;
		}

		.login-logo {
		    margin-bottom: 28px;
		}

		.loginbox .form-control {
		    height: 52px;
		    border: 1px solid #D9D9D9;
		    border-radius: 31px;
		    padding: 13px 24px;
		    font-size: 14px;
		    line-height: 19px;
		    color: #7A7A7A;
		    font-family: 'Open Sans';
		    font-weight: 400;
		}

		.loginbox .user-name {
		    background: url(/images/icon/user) no-repeat right 15px top 15px;
		    padding-right: 30px;
		}

		.loginbox .user-pass {
		    background: url(/images/icon/lock) no-repeat right 15px top 15px;
		    padding-right: 30px;
		}

		.loginbox .form-check-input[type=checkbox] {
		    border-radius: 3px;
		}

		.loginbox .form-check-input {
		    width: 18px;
		    height: 18px;
		}

		.loginbox .custom-checkbox {
		    margin-bottom: 10px;
		    min-height: 22px;
		    padding-left: 1.7em;
		}

		.loginbox .form-check .form-check-input {
		    margin-left: -1.7em;
		    border: 1px solid #BDC3C7;
		}

		.loginbox .form-check-input:checked[type=checkbox] {
		    background-image: url('/images/icon/tick');
		}

		.loginbox .form-check-input:checked {
		    background-color: transparent;
		    border-color: #25AAE1;
		    border-width: 1px;
		}

		.loginbox .form-check-input:focus {
		    outline: none;
		    box-shadow: none;
		}

		.loginbox .custom-checkbox label {
		    color: #2A2A2A;
		    font-size: 13px;
		    line-height: 18px;
		    margin-top: 0px;
		}

		.loginbox .custom-checkbox label.fs-14 {
		    font-size: 14px;
		    line-height: 22px;
		}

		.loginbox .remember-txt {
		    color: #7A7A7A;
		    opacity: 0.75;
		    font-size: 12px;
		    font-family: 'Open Sans';
		    font-weight: 400;
		}

		a.forgot-link {
		    color: #0B6BC0;
		    opacity: 0.75;
		    font-size: 12px;
		    font-family: 'Open Sans';
		    font-weight: 400;
		    text-decoration: none;
		}

		.btn-login {
		    background: #2D3E51;
		    border-radius: 22px;
		    color: #fff;
		    width: 100%;
		    display: block;
		    font-size: 16px;
		    font-family: 'Open Sans';
		    font-weight: 600;
		    padding: 13px 30px;
		    margin-top: 40px;
		}

		.btn-login:hover {
		    background: #03b4ea;
		    color: #fff;
		}

		.footer {
		    padding: 10px 15px;
		}

		footer p {
		    color: #FFFFFF;
		    font-size: 15px;
		    line-height: 20px;
		    font-family: 'Open Sans';
		    font-weight: 400;
		}

		@media(max-width:767px) {
		    .loginbox {
		        padding: 20px 20px 40px;
		    }
		    .login-top {
		        margin-bottom: 0;
		    }
		    .login-wrapper {
		        padding-bottom: 250px;
		    }
		    .login-logo {
		        margin-bottom: 30px;
		    }
		    .login-wrapper {
		        min-height: calc(100vh - 40px);
		    }
		    .footer {
		        padding: 10px 15px;
		    }
		    .login-main {
		        background-position: left 0 bottom 50px;
		    }
		    .login-top {
		        padding: 60px 15px 0;
		    }
		}
		