﻿.view-body{padding-top:3%;}
.body-background{background-color:#fafafa;}
.panel { min-height:600px; border: 1px solid transparent; border-color:#c4c4c4; }
textbox {
    height: 50px;
}

input, select, textarea, .input-group {
    max-width: 300px;
}

.form-header {
    font-family: Calibri;
    font-size: x-large;
    font-weight: bolder;
}

#signinForm .btn {
    height: 50px !important;
    font-family: Calibri;
    font-size: large;
    font-weight: bolder;
    max-width: 300px;
    border: thin dotted;
    background-color: #009ec9;
    color: white;
}

#signinForm .btn:hover {
    height: 50px !important;
    font-family: Calibri;
    font-size: large;
    font-weight: bolder;
    max-width: 300px;
    border: thin dotted;
    background-color: #009ec9;
    color: white;
}

.custom-Icon {
    color: white;
    background-color: #009ec9
}

@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.block {
    position: relative;
    margin-top: 10px;
    padding: 0px;
}

#RemberMelbl {
    font-style: initial !important;
    font-size: initial;
    font-weight: normal;
}

.view-wrapper {
    margin-top: 70px;
}

#ForgotPasswordlbl {
    font-style: initial !important;
    font-size: initial;
    font-weight: normal;
}

.main-section-three {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid silver;
    background-color: #EEEEEE;
}

.main-section-three .main-section-title {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.main-section-three .main-section-paragraph {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#passwordField {
    margin-top: 2px;
}

#usernameField {
    margin-top: 2px;
}

#signinButton {
    margin-top: 2px;
    height: 50px;
}

.navbar-nav > li > a {
    padding-top: 8px;
}