﻿

.color-dodgerblue {
    color: dodgerblue;
}

.forgot-password {
    text-align: right;
    margin-bottom: 25px;
}

.forgot-password-buttons {
    background-color: #0099B5;
    padding: 6px;
    border: none;
    font-weight: bold;
    color: #ffffff;
}

.forgot-password-a {
    margin-right: 15px;
    color: #0099B5;
    font-family: Arial;
    font-size: smaller;
}

.wrapper {
    margin-top: 25px;
    /*margin-bottom: 80px;*/
}

.center_align {
    text-align: center;
}

.form-signin {
    max-width: 280px;
    padding: 35px 35px 45px;
    margin: 0 auto;
    border: 1px solid grey;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
}

.form-signin-heading {
    margin-bottom: 30px;
    font-family: Arial;
    font-size: xx-large;
    color: #0099B5;
    font-style: initial;
    text-align: center;
}

.forgot-password-textbox {
    background-color: #FCFCFC;
    border-style: solid;
    border-width: 1px;
    border: 1px solid #CCCCCC;
    height: 25px;
}

.form-control {
    position: relative;
    padding: 8px;
    margin-bottom: 25px;
    width: 80%;
    box-shadow: none;
    height: 20px;
}

.change-password {
    color: #0099B5;
    font-family: Arial;
    font-size: small;
}

.header-div {
    margin-bottom: 30px;
}

.error-theme {
    color: #ff3300;
}

.align-right {
    text-align: left;
}



.control-btn {
    background-color: #0078cf;
    padding: 6px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    width: 100px;
    height: 30px;
}

