﻿body {
    font-family: "Open Sans", sans-serif, 'Segoe UI', Arial, Calibri, Verdana;
    font-size: 13px;
}

#login-wrapper {
    max-width:100%;
    width: 400px;
    margin: 0px auto;
    border: 1px solid #dadce0;
    padding: 43px;
    border-radius: 8px;
    background-color: white;
}
.fixed {
    position: fixed;
    width: 100%;
    bottom: 10px;
}
/*.container-logo {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
}*/

.control-label-center{
    margin-top:-20px;
    margin-bottom:-5px;
}

#logo {
    position: relative;
    width: 100%;
    height: 100%;
    cursor:pointer;
}

    #logo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
       /* height:36px;
        width:220px;*/
    }

    .form-control {
    border: 1px solid #ccc;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}
.form-control:focus {
    border: 2px solid #057CEB !important;
    box-shadow: none !important;
}
.footer-center {
    text-align: center;
}

.footer-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footer-copyrights {
    font-size: 12px;
    color: #666;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.error {
    color: #a94442;
}

.form-horizontal {
    max-width: 350px;
    margin: 0 auto;
}

.field-validation-error {
    color: #a94442;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 2px solid #a94442;
    /*background-color: #fee;*/
}
/*ul {
    display: inline-flex;
    list-style: none;
}*/
ul.social-icons li {
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

    ul.social-icons li svg {
        width: 24px;
        height: 24px;
        /*fill: #666;*/
       /* padding-right: 3px;
        color: #555;*/
    }

    ul.social-icons li svg:hover {
        fill: #444;
    }


.validation-summary-errors {
    font-weight: bold;
    color: #a94442;
    text-align: center;
}

    .validation-summary-errors ul li {
        list-style: none;
        background-color: #fee;
        padding: 10px 4px;
        border-radius: 3px;
        border: solid 1px #a94442;
    }

.validation-summary-success {
    font-weight: bold;
    color: #468847 !important;
    text-align: center;
}

    .validation-summary-success ul li {
        list-style: none;
        padding: 10px 4px;
        border-radius: 3px;
        color: #468847 !important;
        background-color: #dff0d8 !important;
        border-color: #d6e9c6;
        /*margin-top: 32px;*/
    }

.validation-summary-errors ul {
    margin-top: 8px;
    padding-left: 0px;
}

.validation-summary-valid {
    display: none;
}
