html, body {
	height:100%;
	margin:0px;
	padding:0px;
	color:#1A1A1A;
	font-family: 'Quicksand'!important;
    font-weight: 500!important;
    font-size: 14px;
	}
form {
    height: 100%;
}
	
    @font-face {
        font-family: 'Quicksand';
        src: url('../fonts/Quicksand-Medium.woff2') format('woff2'),
            url('../fonts/Quicksand-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Quicksand';
        src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
            url('../fonts/Quicksand-Regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Quicksand';
        src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
            url('../fonts/Quicksand-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Quicksand';
        src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
            url('../fonts/Quicksand-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'Quicksand';
        src: url('../fonts/Quicksand-Bold.woff2') format('woff2'),
            url('../fonts/Quicksand-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'Karla';
        src: url('../fonts/Karla-Medium.woff2') format('woff2'),
            url('../fonts/Karla-Medium.woff') format('woff');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Karla';
        src: url('../fonts/Karla-Bold.woff2') format('woff2'),
            url('../fonts/Karla-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Karla';
        src: url('../fonts/Karla-ExtraBold.woff2') format('woff2'),
            url('../fonts/Karla-ExtraBold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
	
h1, h2, h3, h4, h5 {
	font-family: 'Karla'!important;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
}

section.mainHero {
    height: 100%;
}

.mainHeroBlock {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cropBlock {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cropBlock img {
        max-width: 37%;
    }

    .smrtEblock {
        text-align: center;
        margin-top: 30px;
    }
a.btnLogin {
    background: #24388B;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #24388B;
    font-weight: 600;
}
    a.btnLogin:hover {
        border: 1px solid #354794;
        background: #354794;
    }
.footerHero {
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 14px;
    padding: 7px 0px;
    position: fixed;
}
.footerSocial span {
    display: block;
}
.footerSocial a img {
    width: 18px;
    margin: 0px 7px 0px 0px;
}
p.copyBottom {
    text-align: center;
    font-size: 14px;
    margin: 0 0px 0px 0px;
}
.footerLogo {
    text-align: right;
    padding: 9px 0px;
}
.footerLogo img {
    width: 95px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1220px !important;
    }
}


.smrtEblock input {
    margin: 0px 10px 10px 10px;
    padding: 7px 10px;
    border: 0px;
    border-radius: 6px;
}

span#errorMessage {
    width: 100%;
    float: left;
}

@media (min-width: 1920px) and (max-width: 2250px) {
  .cropBlock {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media (min-width: 2400px) and (max-width: 2700px) {
    .cropBlock {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.responsive-image2 {
    display:none;
}

.responsive-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: fill; /* This avoids distortion */
    z-index: -1;
}
@media (min-width: 1280px) and (max-width: 1450px) {
  
    .responsive-image {
        object-fit: fill !important; /* This avoids distortion */
    }

/*html, body {
    background: url(../images/bg_hero.png) no-repeat center top;
    background-size: 102%;
    }*/

}


@media (min-width: 1490px) and (max-width: 1600px) {
   .cropBlock {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /*html, body {
        background: url(../images/bg_hero_three.png) no-repeat center top;
        background-size: 102%;
    }*/
    .responsive-image {
        display: none;
    }

    .responsive-image2 {
        position: fixed;
        top: 0;
        display:block;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: fill !important; /* This avoids distortion */
        z-index: -1;
    }

}
/*
    @media only screen and (width: 1504px) and (height: 868px) {

        .cropBlock {
            background: url(../images/crop-image.png) center top no-repeat;
            background-size: 37%;
            min-height: 164px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }*/

@media (min-width: 320px) and (max-width: 767px) {
    .cropBlock img {
        max-width: 77%;
        margin-bottom: 20px;
    }
    .smrtEblock {
        margin-top: 0px;
    }
    .responsive-image {
        width: auto !important;
        height: auto !important;
    }
    .smrtEblock input {
        width: 75%;
    }
}
.btnLogin {
    background: #24388B;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px !important;
    display: inline-block;
    border-radius: 30px !important;
    font-weight: 600;
}
    .btnLogin:hover {
        background: #354794;
    }