﻿body {
    background: url(../../CSS/default/images/bgnew.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #666;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-size: 12px !important;
    line-height: 16px !important
}

.NoPrint {
    display: none
}

.color-overlay {
    margin: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#b9e5ef,#4993db);
    opacity: .7;
    position: absolute
}

.form-control {
    margin: 4px 0 !important;
    font-size: 11px !important;
    height: auto !important;
    padding: 4px 4px !important
}

.loginContainer {
    margin-top: 15%;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.4);
    background: #fff;
    width: 550px;
    overflow: hidden;
    position: relative
}

.main-content {
    width: 600px;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.message-content {
    width: 600px;
    border-radius: 20px;
    display: flex;
    position: fixed;
    top: 75%;
    left: 50%;
    height:10%;
    transform: translate(-50%,-50%)
}

.login-form {
    height: 200px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 300px;
    max-width: 300px
}

.logoDisplay {
    padding-top: 10%;
    padding-right: 5px;
    padding-left: 5px;
    background: #3083a6;
    height: 200px;
    float: left;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 254px;
    max-width: 254px
}

.errorDisplay {
    padding-top: 10%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    border-radius: 10px !important;
    font-size:15px;
    color:red !important;
    border-left:25px solid red !important
}

.successDisplay {
    padding-top: 10%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    border-radius: 10px !important;
    font-size: 15px;
    color: #3083a6 !important;
    border-left: 25px solid #3083a6 !important
}

.infoDisplay {
    padding-top: 10%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    border-radius: 10px !important;
    font-size: 15px;
    color: #575757 !important;
    border-left: 25px solid #7d7d7d !important
}


fieldset.changePassword label, fieldset.login label, fieldset.register label {
    display: block
}

.failureNotification {
    font-size: 11px;
    color: Red;
    vertical-align: text-bottom
}

ul {
    padding-left: 5px !important;
}

.AgadiaFormButton {
    border: 1px solid #3db8fa;
    background-color: #3db8fa;
    color: #fff;
    padding: 5px 10px 5px 10px;
    vertical-align: top;
    font-size: 11px;
    cursor: pointer;
    text-transform: capitalize
}

    .AgadiaFormButton:hover {
        border: 1px solid #3db8fa;
        background: #fff;
        text-decoration: none;
        color: #3db8fa
    }

.modal-header {
    background-color: #25a0da;
    color: #fff !important;
    padding: 8px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

    .modal-header .closebtn {
        padding: 5px !important
    }
