@font-face {
    font-family: KeenerRegular;
    src: url(fonts/KeenerRegular/KeenerRegular.otf);
}

@font-face {
    font-family: amatic-bold;
    src: url(fonts/amatic-sc/AmaticSC-Bold.ttf);
}

@font-face {
    font-family: amatic-regular;
    src: url(fonts/amatic-sc/AmaticSC-Regular.ttf);
}

@font-face {
    font-family: barlow-medium;
    src: url(fonts/Barlow/Barlow-Medium.ttf);
}
@font-face {
    font-family: barlow;
    src: url(fonts/Barlow/Barlow-Regular.ttf);
}
@font-face {
    font-family: lulo-bold;
    src: url(fonts/Lulo/lulo-bold.ttf);
}
.logo-1{padding: 0px;height: 110px;margin-top: 40px;margin-bottom: -1px;text-align: center;}
.card-body-login{padding:0px;}
.account-content-login{padding: 0px 25px 0px;}
.heading{padding-top: 45px;margin-top: 40px;height: 100px;}
.heading h2 {
    font-size: 25px;
    color: #ffffff;
    line-height: 12px;
    text-align: center;
}
.heading p {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.heading-2 {padding-top: 30px;margin-top: 40px;height: 100px;}
.heading-2 h3 {
    font-size: 45px;
    color: #ffffff;
    line-height: 12px;
}
.login-1 {
    color: #98a6ad;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 400 !important;
    text-align: center;
}
.login-2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 5px;
    text-transform: none !important;
}
.login-1 a{color: #98a6ad !important;}
.heading-span {
    color: #ffffff;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 2px;
}

@media (max-width: 479px) {	
.form-control, select, input{font-size: 16px !important;}	
.logo-1{height: 90px;margin-bottom: -14px}	
.logo-1 img{height: 86px;}
.heading{height: 90px;padding-top: 30px;margin-bottom: -13px}
.heading h2 {font-size: 40px;}
.heading-2 {height: 90px;padding-top: 10px;margin-bottom: -13px}	
.heading-2 h3 {font-size: 35px;}
.heading-span {font-size: 13px;}
}	