﻿body {
    margin: 0;
}

.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .content input {
        font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        height: 3em;
        background-color: white;
        background-image: none;
        color: rgb(0, 0, 0);
        border-radius: 0px;
    }

.info {
    font-size: 12px;
    color: #5b5b5b;
    float: left;
    text-align: left;
    margin: 3px 5px 3px 5px;
    text-align: justify;
}

.larger-font {
    font-size: 13px;
}

.margin-bottom {
    margin-bottom: 15px !important;
}

.full-space {
    display: flex;
    min-height: 100vh;
}

.centered {
    margin: 18% auto auto auto;
    transform: translateY(-10%);
}

.login-box {
    max-height: calc(100% - 100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box {
    border-color: transparent;
    background-color: rgba(255,255,255,0.8);
    padding: 15px 5px 5px;
    border: 0;
    border-radius: 0px;
}

.logo {
    padding: 0 20px 20px 20px;
}

.button-theme {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: white !important;
    height: 50px !important;
    border-radius: 0 !important;
}

    .button-theme:hover {
        background-color: #286090 !important;
        border-color: #204d74 !important;
    }

.warning-sign {
    float: right;
    margin-top: -28px;
    margin-right: 10px;
}

.error-message {
    color: #bf1616;
    text-align: justify;
    margin: 5px 5px;
    font-size: 12px;
}

    .error-message ul {
        list-style: none;
        /*margin-left: -40px;*/
    }

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.ErrorTokenPage {
    margin-left: 20px;
    margin-top: 20px;
}

    .ErrorTokenPage hr {
        border: solid 2px;
        margin-top: 2px;
    }

.link-button {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: #333333;
    margin-top: 5px;
}

.alertMessage {
    color: #bf1616;
    font-weight: bold;
    text-align: justify;
    margin: 5px 0;
    font-size: 12px;
    background-color: #f2dede;
    padding: 15px 5px 15px 5px;
    border: 1px solid #ebccd1;
}

.alert-success {
    font-size: 12px;
    border-radius: 0 !important;
}

.wrapper {
    width: 85%;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    position: relative;
}

    .wrapper .wrapper-content {
        position: absolute;
        top: 20px;
        left: 10%;
    }

    .wrapper h2 {
        font-size: 35px;
        font-weight: normal;
    }

    .wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .wrapper a {
        color: #EE7D11;
        text-decoration: none;
    }

        .wrapper a:hover {
            color: #a7580c;
            text-decoration: underline;
        }


.navbar-dark {
    background: #003883;
    border-bottom: 5px solid #ccc;
    padding: 20px;
}

    .navbar-dark img {
        width: 250px;
    }

.password-complexity {
    position: relative;
    margin-top: 1.5rem;
}


.password-complexity-info {
    opacity: 0;
    display: none;
    position: absolute;
    transform: translate(0,10px);
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 1.5rem;
    top: 78px;
    -webkit-box-shadow: 5px 5px 30px 0px #1f1d1f;
    -moz-box-shadow: 5px 5px 30px 0px #1f1d1f;
    box-shadow: 5px 5px 30px 0px #1f1d1f;
    border-radius: 4px;
    width: 350px;
}

    .password-complexity-info::after,
    .password-complexity-info::before {
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 1em;
    }

    .password-complexity-info::after {
        border-bottom: 10px solid #FFF;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        z-index: 1;
        margin-top: 1px;
    }

    .password-complexity-info::before {
        border-bottom: 12px solid #CCC;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        margin-top: -3px;
        margin-left: -2px;
        z-index: -100;
    }

.password-complexity-info-visibility {
    z-index: 10;
    opacity: 1;
    display: block;
    transform: translate(0,-20px);
}

.password-complexity-info p {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.password-complexity-info div {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 0 0 10px 5px;
}

    .password-complexity-info div i {
        font-size: 12px;
    }

    .password-complexity-info div span {
        margin-left: 10px;
    }

.green {
    color: green;
    font-weight: normal;
}

.grey {
    color: grey;
    font-weight: normal;
}

.red {
    color: #bf1616;
}

.password-complexity .glyphicon {
    right: 10px;
    position: absolute;
    top: 18px;
}

.spinner {
    display: none;
}

    .spinner-visibility {
        display: inline-block;
    }