﻿html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 10px;
    color: #4c4b4b;
    font-family: 'Open Sans', sans-serif;
}


@media screen and (max-width: 980px) {
    #wrapper {
        width: 100%;
    }
}

.form-signin {
    margin: auto;
    max-width: 450px;
    margin-top: 30px;
    text-align: center;
}

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        height: 46px;
        padding: 12px 12px;
    }

.logo img {
    margin: auto;
    max-width: 110px;
    margin-top: 30px;
}

.form-signin .logo img {
    margin: auto;
    max-width: 110px;
    margin-bottom: 20px;
}



h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
    padding: 20px 0 20px 0;
}

h3 {
    font-weight: bold;
}

h4 {
    font-weight: bold;
    font-size: 12px;
}

h2 {
    padding-bottom: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #DADADA;
    color: #428bca;
}


a {
    color: #428bca;
    text-decoration: none;
}

.title_form_signin {
    text-align: center;
    margin-bottom: 20px;
}

footer a.assistance {
    float: right;
    color: #ED1D48;
    font-weight: bold;
}


.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: none !important;
}

i.TogglePasswordVisibility {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #ccc;
}

    i.TogglePasswordVisibility:hover {
        color: #4c4b4b;
    }

    i.TogglePasswordVisibility:before {
        content: "\f06e";
    }

    i.TogglePasswordVisibility.show:before {
        content: "\f070";
    }

input[type=password]::-webkit-caps-lock-indicator {
    content: none;
}


.form-signin > div {
    margin-bottom: 10px;
}


h2 {
    text-align: center;
}

div.rememberme {
    font-size: 16px;
    padding: 12px;
}

div.rememberme label {
    margin-bottom: 0;
    font-weight: normal;
}