﻿@font-face {
    font-family: 'Campton';
    src: url('fonts/Campton-LightItalic.eot');
    src: url('fonts/Campton-LightItalic.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Campton-LightItalic.woff2') format('woff2'), 
        url('fonts/Campton-LightItalic.woff') format('woff'), 
        url('fonts/Campton-LightItalic.ttf') format('truetype'), 
        url('/fonts/Campton-LightItalic.svg#Campton-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Campton Book';
    src: url('fonts/Campton-Bold.eot');
    src: url('fonts/Campton-Bold.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Campton-Bold.woff2') format('woff2'), 
        url('fonts/Campton-Bold.woff') format('woff'), 
        url('fonts/Campton-Bold.ttf') format('truetype'), 
        url('fonts/Campton-Bold.svg#Campton-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/Campton-Light.eot');
    src: url('fonts/Campton-Light.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Campton-Light.woff2') format('woff2'), 
        url('fonts/Campton-Light.woff') format('woff'), 
        url('fonts/Campton-Light.ttf') format('truetype'), 
        url('fonts/Campton-Light.svg#Campton-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/Campton-Medium.eot');
    src: url('fonts/Campton-Medium.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Campton-Medium.woff2') format('woff2'), 
        url('fonts/Campton-Medium.woff') format('woff'), 
        url('fonts/Campton-Medium.ttf') format('truetype'), 
        url('fonts/Campton-Medium.svg#Campton-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/Campton-SemiBold.eot');
    src: url('fonts/Campton-SemiBold.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Campton-SemiBold.woff2') format('woff2'), 
        url('fonts/Campton-SemiBold.woff') format('woff'), 
        url('fonts/Campton-SemiBold.ttf') format('truetype'), 
        url('fonts/Campton-SemiBold.svg#Campton-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Campton Book';
    src: url('fonts/Campton-Book.eot');
    src: url('fonts/Campton-Book.eot?#iefix') format('embedded-opentype'), 
        url('fonts/Campton-Book.woff2') format('woff2'), 
        url('fonts/Campton-Book.woff') format('woff'), 
        url('fonts/Campton-Book.ttf') format('truetype'),
        url('fonts/Campton-Book.svg#Campton-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}
body {
    background-color: #f8f8f8;
    overflow-x: hidden;
}

.mt-15 {
    margin-top: 15px !important;
}


/* Login */
.loginPage {
	background-color: #f8f8f8;
}
.login aside:first-of-type {
    background-image: url(../../../images/login_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 0px;
    width: 100%;
    min-height: 360px;
    height: 63vh;
    border-bottom-right-radius: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login aside:last-of-type {
    padding: 80px 6.18% 80px 4.88%;
    width: 100%;
    background-color: #f8f8f8;
}
.login aside {
    display: block;
    height: auto;
    position: static;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 800px) {
    .login aside {
        display: block;
        top: 0;
        left: 0;
        vertical-align: initial;
        min-height: 360px;
    }
}

.login aside:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    /*background-image: linear-gradient(270deg,#004b84,#004b84);*/
    opacity: .86;
    z-index: 1;
    border-bottom-right-radius: 125px;
}

.login figure {
    max-width: 130px;
    margin-bottom: 50px;
    position: absolute;
    top: 49px;
    left: inherit;
    right: 45px;
    z-index: 7;
}

    .login figure img {
        width: 100%;
        display: block;
        transition: all .25s ease;
        max-width: 158px;
    }

.login h2 {
    font-family: 'Campton Book';
    font-weight: bold;
    font-style: normal;
    font-size: 70px;
    line-height: 50px;
    color: #fff;
    max-width: 100%;
    display: inline-block;
}

#welcome_header {
    font-size: 30px;
}
@media (max-width: 800px) {
    /*    .login h2 {
        font-size: 40px;
		line-height: 40px;
    }
	
	#welcome_header {
		font-size: 25px;
	}
}
@media (max-width: 550px) {*/
    .login h2 {
        font-size: 40px;
        line-height: 44px;
    }

	#welcome_header  {
        font-size: 20px;
    }
}

.login aside .wrapper {
    padding: 0;
}

.login aside:first-of-type .wrapper {
    position: relative;
    z-index: 2;
    /*padding: 142px 40px 0px;*/
}
@media (max-width: 622px) {
    .login aside:first-of-type .wrapper {
        padding: 50px 20px 0px;
    }
}

.login aside:first-of-type p {
    display: block;
    font-family: 'Campton';
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
    color: #fff;
    /*max-width: 1700px;*/
    text-align: center
}
@media (max-width: 800px) {
    /*.login aside:first-of-type p {
        line-height: 30px;
    }
}
@media (max-width: 550px) {*/
    .login aside:first-of-type p {
        line-height: 25px;
        font-size: 14px;
    }
}

.login .form.bigger legend {
    font-family: 'Campton Book';
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #0a1734;
    margin-bottom: 28px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border:none;
}

.login aside:last-of-type .wrapper {
    padding: 0;
    max-width: 1271px;
    margin: auto;
}

.form {
    position: relative;
    max-width: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.login .btn {
    margin-top: 0px;
    min-width: auto;
    width: 100%;
    font-family: 'Campton Book';
    font-weight: bold;
    font-style: normal;
}

.form.bigger .row-container .row:first-of-type input {
    border-radius: 36px;
    font-family: 'Campton';
    font-weight: 300;
    font-style: normal;
}

.form.bigger .row-container .row input {
    width: 100%;
    padding: 20px 56px;
    border: 1px solid hsla(0,0%,71%,.47);
    max-width: 100%;
    font: 400 14px Lato,sans-serif;
    color: #0a1734;
    outline: none;
    margin: 0;
    text-align: center;
}
.form.bigger .row-container .row label {
    position: absolute;
    left: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
}
.form .row input[type=checkbox], .form .row input[type=radio] {
    display: none;
}

.login .form.bigger .row-container .row label {
    padding-left: 11px;
}

.form .row.checkbox label:after, .form .row.checkbox label:before, .form .row.radiobox label:after, .form .row.radiobox label:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    border: 1px solid #b4b4b4;
    left: 24px;
    top: -3px;
    border-radius: 50%;
}

.login .form.bigger .row-container .row.checkbox label {
    left: 0px;
    top: 14px;
    display: block;
    padding-left: 35px;
    font-family: 'Campton';
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
}

.login .form.bigger .row-container:last-of-type small a {
    color: black;
    font-family: 'Campton';
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    padding-right: 10px;
    float: right;
    padding-top: 4px;
}

@media (max-width: 991px) {
    .margin-resp {
        margin: 20px 0px !important;
    }
}

.input_container {
    position: relative;
    padding: 0;
    margin: 0;
}

#UserName,
#Password {
    height: 20px;
    margin: 0;
    padding-left: 30px;
}

.img-input {
    position: absolute;
    left: 25px;
}

.img-email-input {
    width: 21px;
    bottom: 13px;
}
.img-lock-input {
    width: 16px;
    bottom: 10px;
}

.btn-qatar {
    width: 100%;
    min-width: 100px;
    display: inline-block;
    line-height: 40px;
    border-radius: 30px;
    font-family: Assistant,sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 0 40px;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    background-color: #3cb4e5 !important;
    color: white !important;
    letter-spacing: .8px;
    border: 1px solid #3cb4e5 !important;
}
/* /Login */

footer a {
    color: white;
    font-size: 12px;
}
    footer a:hover {
    color: #dcdcdc;
    }

.page-footer {
    background-color: #002e6d;
    font-family: 'Campton';
    font-weight: 300;
    font-style: normal;
    border-top: 5px solid #002e6d;
    color: white;
}

.footer-copyright {
    padding: 16px 0px;
    background-color: white;
    display: inline-block;
    text-align: center;
    font-size: 0;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

    .footer-copyright .footer-container {
        display: inline-flex;
        width: 100%;
        padding: 3px 50px;
    }

    .footer-copyright p {
        font-size: 11px;
        line-height: 18px;
        color: black;
    }

    .footer-copyright .alignleft {
        width: 50%;
        text-align: left;
        margin: auto;
    }

        .footer-copyright .alignleft img {
            max-width: 100px;
        }
    .footer-copyright .alignright {
        width: 50%;
        margin: auto;
    }
        .footer-copyright .alignright p {
            text-align: right;
            font-family: 'Campton';
            font-weight: 300;
            font-style: normal;
            margin: 0px;
        }
.navbar-brand {
    max-width: 160px;
    display: block;
    float: left;
    width: 160px;
    height: auto;
    position: relative;
    margin: 0 !important;
    padding: 0;
    top: 5px;
}
    .navbar-brand img {
        float: left;
        width: 100px;
        height: auto;
    }
.btn-primary:hover {
    background-color: #002e6d !important;
}