html, body{
    background-color: white;
    height: 100%;
    margin: 0;    
    scroll-behavior: smooth;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
}

@font-face {
	font-family: poppins;
	src: url(../fonts/poppins.ttf);
}

@font-face {
	font-family: poppinsmedium;
	src: url(../fonts/poppins-medium.ttf);
}

.img-page {
    padding-top: 62px;    
    height: calc(100%);
    scroll-snap-align: start none;
    filter: blur(0);
}

.cont-page{
    width: 100%;
    height: 100%;
    scroll-snap-align: start none;
}

.tw-opacity-80 { opacity: 0.8; }

.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }

.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }

.f-pop { font-family: poppins; }
.f-popmed { font-family: poppinsmedium; }

.text-white { color: #fff; }/* 23442 */

.login-link {
    border-radius: 5px;
    background-color: #00467F;
    color: white;
}

.login-link:hover{    
    background-color: white;
    color: #00467F;
    border: 1px solid #00467F;
    font-size: 13px;
}

.img-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    filter: blur(28px);
}

.cont-image{
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    scroll-snap-align: start none;
}

