﻿.PageMainTitle {
    font-family: 'NewsGothicBT_BoldExtraCondensed';
    color: #fff;
    font-size: 45px;
}

.LogInBtnStyle {
    font-family: NewsGothicBT_BoldExtraCondensed;
    font-size: 16px;
    color: white;
    border: 1px solid #AA2F5E;
    background-color: #AA2F5E;
    padding: 5px 55px;
    cursor: pointer;
}

    .LogInBtnStyle:hover {
        color: #AA2F5E;
        background-color: white;
    }

.ForgetPasswordLink {
    font-family: NewsGothicBT_BoldExtraCondensed;
    font-size: 16px;
    color: #122B46;
    letter-spacing: 0.26px;
}

.LogInTextBox {
    background-color: white;
    border: 1px solid #DDDDDD;
    color: #122B46;
    height: 42px;
    line-height: 42px;
    padding: 0px 40px;
   width: 280px;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.LogInUTextBox {
    background-image: url(../../images/UserIcon.png);
}

.LogInPTextBox {
    background-image: url(../../images/PassIcon.png);
}

.LogInStyleTitle {
    font-family: NewsGothicBT_BoldExtraCondensed;
    font-size: 18px;
    color: #122B46;
    letter-spacing: 0.26px;
}

.NoAccountStyle {
    font-family: 'NewsGothicBT_BoldExtraCondensed';
    font-size: 25px;
    color: rgba(18,43,70, 0.5);
}

.SignUpNow {
    font-family: 'NewsGothicBT_BoldExtraCondensed';
    font-size: 25px;
    color: #122B46;
    text-decoration: underline;
    line-height: 1.05;
}

.FirstLogFloat {
    width: 70%;
}

.SecondLogFloat {
    width: 30%;
}

@media all and (max-width: 1120px) {
    .FirstLogFloat {
        width: 100%;
    }

    .SecondLogFloat {
        width: 100%;
    }
}



.CheckBoxCostumizedLogIn {
    display: none;
}

    .CheckBoxCostumizedLogIn + label span {
        display: inline-block;
        width: 14px;
        height: 14px;
        /*padding-right: 15px;*/
        margin-right: 8px;
        vertical-align: middle;
        background: url(../../images/checkedlogIn.png) right top no-repeat;
        cursor: pointer;
    }

    .CheckBoxCostumizedLogIn:checked + label span {
        background: url(../../images/checkedlogIn.png) right bottom no-repeat;
    }



    .CheckBoxCostumizedLogIn + label {
        font-family: NewsGothicBT_BoldExtraCondensed;
        font-size: 16px;
        color: #122B46;
        letter-spacing: 0.26px;
    }

.RememberMeDiv {
    width: 152px;
}

@media all and (max-width: 770px) {
    .FirstLogFloat {
        width: 100%;
    }

    .SecondLogFloat {
        width: 100%;
    }

    .RememberMeDiv {
        width: 152px;
        height:40px;
    }

    .ForgetpasswordDiv {
        height:40px;
    }

    .LoginBtnDiv {
        width: 100%;
        float:left;
    }
}


@media all and (max-width: 400px) {
    .LogInTextBox {
        width:245px;
    }
     .RememberMeDiv {
        width: 132px;
    }
}
.LogInErrorFiles
{
        font-family: ProximaNova_Regular;
        font-size: 14px;
        color: #A43969;
        letter-spacing: 0.26px;
}