﻿@font-face {
    font-family: 'times new roman italic bold';
    src: url('font/times new roman italic.ttf') format('truetype'), 
        url('font/times new roman.ttf') format('truetype'), 
        url('font/times new roman bold italic.ttf') format('truetype'), 
        url('font/times new roman bold.ttf') format('truetype');
}
@font-face {
    font-family: 'futura Hv';
    src: url('font/futura/Futura Heavy font.ttf') format('truetype');
}
.login-row {
    width: 65%;
    margin: 0 auto !important;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    padding: 10px;
}


.login-form p {
    text-align: center;
    color: #808285;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.login-form p span {
    text-transform: lowercase !important;
}

.login-form h1 {
    text-align: center;
    color: #daa440;
    font-weight: 600;
    font-family: "futura Hv";
}

.login-form h1 span {
    text-align: center;
    color: #af8630;
    font-weight: 400;
    font-family: 'times new roman italic bold';
    font-style: italic;
    text-transform: lowercase;
}


.login-form h6 {
    text-align: center;
    color: #808285;
    margin-top: 25px;
}

label {
    text-transform: uppercase;
    color: #808285 !important;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0px !important;
}

.btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #eaa537;
    border: none;
    font-size: 14px;
    padding: 6px 25px;
    text-transform: uppercase;
}

.form-group p {
    color: #808285;
    font-size: 10px;
    margin-bottom: 0px;
    text-align: right;
}

.btnForgetPwd {
    color: #808285;
    text-decoration: underline;
}



.pot-of-gold {
    background: #eaa537;
    border-radius: 5px;
    padding: 0px !important;
}

.know-more {
    display: flex;
    align-content: center;
    align-items: center;
}

    .know-more a {
        color: #fff;
        font-size: 13px;
        text-decoration: underline;
    }

        .know-more a:hover {
            color: #fff;
            font-size: 13px;
        }

.award {
    position: relative;
    padding: 0px !important;
}

.list {
    padding-left: 10px;
    list-style: none;
    margin-top: 15px;
}


    .list li {
        margin-top: 15px;
        font-size: 13px;
        color: #fff;
        line-height: 14px;
        margin-top: 6px;
    }

.flx {
    display: flex;
}



@media (min-width: 320px) and (max-width: 600px) {
    .login-row {
        width: 100%;
    }

    .award {
        position: relative;
        top: 0px;
        padding: 0px !important;
    }
}



@media (min-width: 620px) and (max-width: 768px) {
    .login-row {
        width: 100%;
    }

    .pot-of-gold {
        flex: 50%;
    }

    .award {
        position: relative;
        top: 0px;
        padding: 0px !important;
    }
}



@media (min-width: 770px) and (max-width: 980px) {
    .login-row {
        width: 85%;
    }

    .award {
        position: relative;
        top: 0px;
        padding: 0px !important;
    }
}