@font-face { 
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("{!URLFOR($Resource.customloginfonts,'/fonts/Poppins-Regular.ttf')}") format("truetype");
}

@font-face { 
    font-family: "Poppins Bold";
    font-style: normal;
    font-weight: 700;
    src: url("{!URLFOR($Resource.customloginfonts, '/fonts/Poppins-Bold.ttf')}") format("truetype");
}

@font-face { 
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("{!URLFOR($Resource.customloginfonts, '/fonts/Roboto-Regular.ttf')}") format("truetype");
}

@font-face { 
    font-family: "Roboto Bold";
    font-style: normal;
    font-weight: 400;
    src: url("{!URLFOR($Resource.customloginfonts, '/fonts/Roboto-Bold.ttf')}") format("truetype");
}     

h1 {
    font-family: 'Poppins Bold';
    font-size: 56px;
    color: #41008C !important;
    padding-bottom: 10px;
}

label,
p,
input,
a {
    font-family: 'Roboto';
}

a {
    text-decoration: none !important;
}

.logo img {
    max-width: 212px;
}

main {
    height: 100vh;
}

.row,
.container-fluid {
    height: 100%;
}

#submit {
    width: 100%;
}

.login-form-wrapper {
    max-width: 350px;
    align-self: center;
}

.login-form-wrapper input,
.login-form-wrapper label {
    color: #41008C !important;
    font-size: 16px;
}

.login-form-wrapper input[type="text"],
.login-form-wrapper input[type="password"],
.login-form-wrapper input[type="submit"] {
    border: 2px solid #41008C !important;
    border-radius: 5px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
}

.login-form-wrapper input[type="submit"] {
    background-color: #41008C;
    color: #FFF !important;
    font-weight: bold;
}

.forgot-pass,
.remember-me label {
    font-size: 15px;
    font-weight: bold;
    color: #41008C;
    font-family: 'Roboto Bold';
}

.remember-me {
    position: relative;
}

.remember-me input {
    position: absolute;
    top: 6.5px;
    border-color: #41008C !important;
    accent-color: #41008C !important;
    outline: #41008C !important;
}

.remember-me label {
    margin-left: 19px;
}

.forgot-pass {
    margin-top: 3px;
    text-decoration: underline !important;
}

.not-a-member {
    font-size: 14px;
    font-weight: bold;
    color: #41008C;
    font-family: 'Poppins Bold';
}

.blue-arrow-small img {
    margin-bottom: 1px;
}

.footer {
    background-color: #5D2CE4;
}

.footer .content {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.footer .content p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #FFF;
}

.footer .content .bold {
    font-family: 'Poppins Bold';
    margin-bottom: -5px;
}

.footer img {
    max-height: 15px;
    width: 20px;
}

.background-w-image {
    background-image: url("{!URLFOR($Resource.imgs, 'imgs/finseca-image-min.png')}");
    background-repeat: no-repeat;
    background-size: cover;
}

label[for="username"],
label[for="password"] {
    font-weight: 600;
    font-family: 'Roboto Bold';
}

@media (min-width:100px) and (max-width:767px) {
    .footer .content p {
        padding-top:10px;
        line-height:15px;
    }
}

@media screen and (max-width: 576px) {
    .login-form-wrapper {
        width: 90%;
    }

    h1 {
        text-align: center;
        padding-bottom: 10px;
    }

    .logo {
        text-align: center;
    }

    .logo img {
        width: 121px;
    }

    .col-sm-6.d-flex {
        max-height: 600px;
        min-height: 600px;
    }
    
    .row {
        overflow: hidden;
    }

    .background-w-image {
        height: 50%;
        background-position: 50% 180%;
    }
}