﻿@import "https://fonts.googleapis.com/css?family=Droid+Serif";
/* Above line is used for online google font */

.passwordReminderSection {
    padding-bottom: 60px;
    margin-top: 30px;
}

.marginLeft3px_Right0px {
    margin-left: 3px !important;
    margin-right: 0px !important;
}

.form-control {
    width: 260px;
}

.passwordReminderProfile {
    position: relative;
    top: 30px;
}

.marginTopBottom10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.red {
    background-color: red;
}

.italic {
    font-style: italic;
    color: black;
}

.passwordReminderRowStyle {
    font-weight: normal;
    padding-top: 11px;
    text-align: left;
}

.rowStyle {
    padding-top: 11px;
    text-align: left;
    padding-left: 20px;
}

.form-control {
    font-weight: normal;
}

.errorMsg {
    font-style: italic;
    color: red;
    width: 100%;
    text-align: left;
}

/*.passwordReminderInput {
    width: 70px;
}*/

.marginLeft24px {
    margin-left: 50px !important;
}

.marginLeft30px {
    margin-left: 55px !important;
}

.marginLeft36px {
    margin-left: 190px !important;
}

.passwordReminderBox {
    width: 1060px;
    margin-top: 35px;
    padding: 10px 55px 25px;
    background-color: azure;
    border: 2px solid #59b4d4;
    box-shadow: 0 0 10px;
    border-radius: 9px;
    font-size: 14px;
    text-align: center;
}
