﻿.firstDiv {
    width: 60.66%;
}

.secondDiv {
    width: 35.53%;
    margin-top: 90px;
}

.lblThankYou {
    font-family: NewsGothicBT_BoldExtraCondensed;
    color: #A43969;
    font-size: 16px;
}

.lblRequired {
    font-family: NewsGothicBT_BoldExtraCondensed;
    color: #122B46;
    font-size: 16px;
}

.lblPleaseFill {
    font-family: ProximaNova_Regular;
    color: #122B46;
    font-size: 15px;
    margin-bottom: 5px;
}

.lblAccountAndBasicInfo {
    font-family: NewsGothicBT_BoldExtraCondensed;
    color: #122B46;
    font-size: 25px;
}

.BtnUppercase {
    text-transform: uppercase;
}

.SubscribeTable {
    max-width: 428px;
    min-height: 145px;
    margin-bottom: 40px;
}

.SignInDiv {
    background-color: #DDDDDD;
    width: 100%;
    max-width: 428px;
}

.lblSubscribe {
    font-family: ProximaNova_Regular;
    color: #122B46;
    opacity: 0.7;
    font-size: 15px;
    margin-left: 18px;
}

.SubscribeDiv {
    margin-top: 28px;
    margin-bottom: 43px;
}

.CheckBoxCostumizedLogIn {
    display: none;
}

    .CheckBoxCostumizedLogIn + label span {
        display: inline-block;
        width: 14px;
        height: 14px;
        /*padding-right: 15px;*/
        /*margin-left: 8px;*/
        margin-top: 3px;
        vertical-align: top;
        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: ProximaNova_Regular;
        font-size: 16px;
        color: #122B46;
        letter-spacing: 0.26px;
    }

.TableInSubscribeDiv {
    width: 83%;
    margin-left: 9.5%;
}

.LogInTextBox {
    background-color: white;
    border: 1px solid #DDDDDD;
    color: #122B46;
    height: 42px;
    line-height: 42px;
    background-repeat: no-repeat;
    background-position: 3.5% center;
    display: inline-block;
    max-width: 280px;
    padding: 0 11.5%;
    width: 77%;
}

.LogInUTextBox {
    background-image: url(../../images/UserIcon.png);
}

.LogInPTextBox {
    background-image: url(../../images/PassIcon.png);
}

.ForgetPasswordLink {
    font-family: NewsGothicBT_BoldExtraCondensed;
    font-size: 16px;
    color: #122B46;
    letter-spacing: 0.26px;
    margin-left: 5px;
}

.LogInBtnStyle {
    font-family: ProximaNova_Regular;
    font-size: 16px;
    color: white;
    border: 1px solid #AA2F5E;
    background-color: #AA2F5E;
    padding: 5px 55px;
    cursor: pointer;
}

    .LogInBtnStyle:hover {
        color: #AA2F5E;
        background-color: white;
    }

.SecondRegisterBtn {
    display: none;
}

.firstRegisterBtn {
    width: 48%;
}

.SetInfoStyle {
    background-color: #3C97D3;
    width: 159px;
    height: 22px;
    color: white;
    border: 1px solid #3C97D3;
    cursor: pointer;
}

    .SetInfoStyle:hover {
        background-color: white;
        width: 159px;
        height: 22px;
        color: #3C97D3;
        border: 1px solid #3C97D3;
    }

        .SetInfoStyle:hover .SetInfoStyleFbIcon {
            background-position: top;
            border-right: 1px solid #3C97D3;
        }

.SetInfoStyleFbIcon {
    background-image: url(../../images/FB-icon.png);
    background-repeat: no-repeat;
    background-position: bottom;
    border-right: 1px solid #FFF;
    height: 100%;
    width: 22px;
}

.SetInfoStyleFbText {
    height: 100%;
    width: 136px;
    font-family: NewsGothicBT_BoldExtraCondensed;
    font-size: 15px;
}

.LogInErrorFiles {
    font-family: ProximaNova_Regular;
    font-size: 14px;
    color: #A43969;
    letter-spacing: 0.26px;
}

.RespBox {
    width: 94.5%;
}

.RespBox100 {
    width: 97.5%;
}

.RespBoxNoBorder {
    border: 0px;
}

.txtDateIcon {
    background-image: url(../../images/Calender.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.HeaderTitleWrapper {
    float: left;
}

.lblTitle {
    font-family: NewsGothicBT_BoldExtraCondensed;
    color: #FFF;
    font-size: 45px;
    text-transform: capitalize;
    padding-top: 10px;
}

.lblRightTitle {
    font-family: NewsGothicBT_BoldExtraCondensed;
    color: #FFF;
    font-size: 18px;
    padding-bottom: 20px;
}

.HeaderFacebookConnect {
    float: right;
    position: relative;
    margin-top: 22px;
}

.subBtn {
    padding-top: 10px;
    height: 29px;
}

.subscribemobile{
    display:none;
    margin-top:45px;
}
@media all and (max-width: 1275px) {
    .lblSubscribe {
        font-size: 14px;
    }

    .ForgetPasswordLink {
        font-size: 15px;
    }
}

@media all and (max-width: 1260px) {
    .lblSubscribe {
        font-size: 13px;
    }

    .ForgetPasswordLink {
        font-size: 14px;
    }
}

@media all and (max-width: 1150px) {

    .ForgetPasswordLink {
        font-size: 13px;
    }
}

@media all and (max-width: 1080px) {
    .lblSubscribe {
        font-size: 12px;
    }

    .ForgetPasswordLink {
        font-size: 12px;
    }
}

@media all and (max-width: 1040px) {
    .lblSubscribe {
        font-size: 11px;
    }
}

@media all and (max-width: 1000px) {
    .firstDiv {
        width: 100%;
    }

    .secondDiv {
        width: 100%;
        margin-top: 37px;
        margin-bottom: 0;
    }

    .SignInDiv {
        width: 47.5%;
    }

    .SubscribeTable {
        width: 47.5%;
        margin-bottom: 0px;
    }

    .lblSubscribe {
        font-size: 12px;
    }

    .ForgetPasswordLink {
        font-size: 13px;
    }

    .SecondRegisterBtn {
        /*display: block;*/
        margin-bottom: 27px;
    }

    .firstRegisterBtn {
        /*display: none;*/
    }
    .subscribemobile{
        display:block;
    }

    .secondDiv {
        display:none;
    }
}

@media all and (max-width: 800px) {
    .SubscribeTable {
        width: 100%;
        max-width: 100%;
    }

    .SignInDiv {
        width: 100%;
        max-width: 100%;
    }

    .TableInSubscribeDiv {
        margin-left: 2.5%;
    }

    .lblSubscribe {
        font-size: 14px;
    }

    .ForgetPasswordLink {
        font-size: 15px;
    }
}

@media all and (max-width: 600px) {
    .RespBox {
        width: 95.6%;
        font-size: 20px !important;
    }

    .RespBoxNoBorder {
        font-size: 20px !important;
    }

    .HeaderTitleWrapper {
        float: none;
        width: 100%;
    }

    .lblTitle {
        text-align: center;
    }

    .lblRightTitle {
        text-align: center;
    }

    .HeaderFacebookConnect {
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }

    .custom-dropdown__select, .LogInTextBox {
        font-size: 20px !important;
    }
}
