﻿*, body, html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, html {
    width: 100%;
    height: 100%;
}


.centered {
    position: relative;
    top: 20%;
    width: 500px;
    margin: 0 auto;
}

#logo {
    margin-bottom: 20px;
}

.form-login {
    background: #fff;
    padding: 44px 30px;
    font-family: "Open Sans",monospace,sans-serif,verdana,arial;
    box-shadow: 0 5px 13px 0 rgba(50, 50, 50, 0.3);
    border-radius: 4px;
}

.loginFormBtnArea {
    margin-top: 15px;
}

.entryLabel {
    background: #eae8e8;
    padding: 15px;
    width: 100%;
    max-width: 370px;
    display: inline-block;
    outline: 0;
    -webkit-transition: ease-in-out .6s;
    -moz-transition: ease-in-out .6s;
    -ms-transition: ease-in-out .6s;
    -o-transition: ease-in-out .6s;
    transition: ease-in-out .6s;
    border-radius: 8px;
}

    .entryLabel:hover {
        background: #fff !important;
        transition: ease-in-out .6s;
    }

    .entryLabel:focus {
        border: none;
        border-bottom: 2px solid #00b29c;
        -webkit-transition: ease .3s;
        -moz-transition: ease .3s;
        -ms-transition: ease .3s;
        -o-transition: ease .3s;
        transition: ease .3s;
    }

.field-validation-error {
    color: #069381 !important;
}

.form-title {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

#forgotPassword:hover {
    color: #2D6CA2;
}

.field-validation-error {
    font-weight: lighter;
}

.form-title {
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 42px;
    padding-bottom: 20px;
}

@media only screen and (max-width:500px) {
    .form-login {
        width: 100%;
    }

        .form-login .form-title {
            text-align: left;
            font-size: 160%;
        }

    .entryLabel {
        font-size: 12px;
    }
}

 

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.field-validation-valid, .validation-summary-errors {
    color: #069381 !important;
}

@media only screen and (max-width:500px) {
    input[type=password], input[type=text] {
        width: 80%;
        display: block;
    }

    .loginFormBtnArea {
        position: relative;
        top: 10px;
    }
}



.loginSubmitBtn {
    text-align: center;
    padding: 10px 20px;
    background: #00b29c;
    color: #fff;
    border: none;
    display: block;
    position: relative;
    top: 5px;
    right: -345px;
    border-radius: 8px;
}

.loginSubmitBtn:hover {
    cursor: pointer;
    background-color: #069381;
    transition: ease-in-out .5s;
}

#forgotPassword {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    display: block;
    clear: both;
    max-width: 200px;
    position: relative;
    top: 30px;
}

@media only screen and (max-width:500px) {
    .loginSubmitBtn {
        display: block;
        width: 80%;
        margin: 0;
        float: left;
    }

    .loginFormBtnArea #forgotPassword {
        position: relative;
        top: 10px;
    }
}
