﻿.Logo-Login {
    text-align: center;
    margin: auto;
    position: relative;
    top: 20%;
}


.Logo-Login-Caption {
    text-align: center;
    margin: auto;
    position: relative;
    top: 20%;

}



.Logo-Login img {
    width: 75%;
    margin: auto;
}


.Logo-Login-Caption img {
    width: 85%;
    margin: auto;
}



.Logo-Login img {
    text-align: center;
    margin: auto;
    position: relative;
    top: 20%;
    padding-bottom: 75px;
}


.loginCard {
    background-color: #FFFFFF;
    border: 1px solid #B8ADAD;
    height: 600px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 13px 6px rgba(0,0,0,0.23);
    box-shadow: 0px 1px 13px 6px rgba(0,0,0,0.23);
}


.LoginBoxCaption {
    margin-top: 10%;
    margin-bottom: 10%;
    font-weight: 600;
}



    .LoginBoxCaption h2 {
        font-weight: 600;
        font-size: 36px;
    }


input:not([type='submit']):not([type='button']) {
    min-height: 50px;
}


.forgotPass a {
    text-decoration: none;
    color: #0F0D0D;
    font-size: 14px;
    float: left;
}



    .forgotPass a:hover {
        text-decoration: underline;
    }

.NotMember a {
    text-decoration: none;
    color: #0F0D0D;
    font-size: 14px;
    float: right;
}


    .NotMember a:hover {
        color: #2E2C2C;
        text-decoration: underline;
    }

.Remember {
    float: right;
    text-decoration: none;
    color: #0F0D0D;
    font-size: 14px;
    text-align: right;
    padding-top: 0px;
    margin-top: 0px;
}

    .Remember label {
        display: inline-block;
        padding-right: 10px;
        white-space: nowrap;
        text-decoration: none !important;
        color: #0F0D0D !important;
        font-size: 14px !important;
    }

    .Remember input {
        vertical-align: middle;
    }

    .Remember label span {
        vertical-align: middle;
    }

input#ctl00_MainContent_RememberMe {
    min-height: 20px;
}

.loginBtns div {
    margin-top: 10px;
    min-height: 60px;
}


.loginBtns input, button {
    width: 100%;
    min-height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 8px !important;
    text-align: center;
    color: #F1E9E9;
    border: none;
}

    .loginBtns input span {
        display: block;
        padding-top: 10px;
        color: #F1E9E9;
    }

input#ctl00_MainContent_LBtn1 {
    background: #1E1450;
}

input#ctl00_MainContent_emailLink {
    background: #1E1450;
}


input#ctl00_MainContent_resetPassword {
    background: #1E1450;
}

input#ctl00_MainContent_LBtn2 {
    background: #FF2261;
}
