﻿body {
    background-image: url(../images/BigFishLittleFish.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background: -o-radial-gradient(top, #ffffff,  #84b7c8); 
    background: -moz-radial-gradient(top, #ffffff,  #84b7c8); 
    background: -webkit-radial-gradient(top, #ffffff,  #84b7c8); 
    background: radial-gradient(at top, #ffffff, #84b7c8);*/
}

.loginbox {
    background-color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    z-index: 100;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.13),1px 2px 4px 0 rgba(0,0,0,0.08),0 0 4px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.13),1px 2px 4px 0 rgba(0,0,0,0.08),0 0 4px 0 rgba(0,0,0,0.12);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.13),1px 2px 4px 0 rgba(0,0,0,0.08),0 0 4px 0 rgba(0,0,0,0.12);
}

#LoginNameTxtBox {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .loginbox .myTandSinput {
        border: 0px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        font-size: 16px;
        outline: none;
        height: 35px;
    }

#row_remember {
    margin-top: 20px;
}

.dv_loginButton {
    margin-top: 1px;
}

#dv_username, #dv_password, #twofa_securitycode {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px; 
}

.label, #dv_password, #lbl_cb_remember {
    line-height: 35px;
    color: #999999;
}

#lbl_cb_remember {
    margin-left: 5px;
    line-height: 22px;
}


#btn_login, #btn_submit {
    width: 100%;
    padding: 12px 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important
}

.labelIcon {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    width: 12px;
    height: 33px;
}

.ico_user {
    background-image: url(../images/User-Profile-48.png);
}

.ico_password {
    background-image: url(../images/Lock-48.png);
}

.ico_code {
    background-image: url(../images/Lock-48.png);
}

.dv_passwordReminder {
    text-align: right;
    margin-top: 10px;
}

#lnk_forgot {
    color: #266abe;
    font-size: 12px;
    cursor: pointer;
}

#dv_resetPassword {
    display: none;
}

#dv_enterEmail {
    margin-top: 20px;
}

#tx_email, #tx_newPassword, #tx_confirmPassword, #tx_emailResetCode {
    border: solid 1px #cccccc !important;
    width: 98%;
    margin-top: 10px !important;
    padding-left: 5px !important;
}

#dv_enterEmailReset {
    text-align: right;
    padding-top: 10px;
}

#dv_enterEmailResetError {
    display: none;
    color: red;
    font-size: 14px;
}

#dv_sendEmail {
    text-align: right;
    margin-top: 10px;
    width: 100%;
}

#btn_sendEmail, #btn_reset, #btn_enterEmailReset {
    padding: 10px 14px;
    margin-right: 0px;
}

#dv_pleaseEnter {
    color: red;
    margin-top: 5px;
    display: none;
}

#dv_sendingReminder {
    display: none;
    color: #666666;
}

    #dv_sendingReminder img, #dv_sendingReminder span {
        vertical-align: middle;
        margin-right: 5px;
    }

#lnk_login {
    color: #266abe;
}

#dv_pwd_error {
    color: red;
    margin-top: 10px;
}

#lbl_msg {
    margin-top: 10px;
    padding-top: 10px;
}

div.error {
    left: 340px;
    top: 10px;
}

.backgroundColor {
    background-color: #ffffff;
}

#dv_error {
    color: red;
    padding-top: 10px;
}

/* DAILY LINK STYLES */
#lozenges_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
    width: 30%;
    max-width: 30%;
    position: fixed;
    right: 32px;
    bottom: 256px;
}

#dailylink_container, #articleslist_link_container {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-radius: 16px;
}

#dailylink_container:hover, #articleslist_link_container:hover {
    outline: 2px solid rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.8);
}

#articleslist_link_container {
    display: flex;
    align-items: center;
}

#dailylink_title {
    font-size: 18px;
    font-weight: bold;
}

#dailylink_description {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    white-space: normal;
}

#dailylink_link {
    text-decoration: none;
}