﻿
body {
    background-color: white;
}

.logincontainer h3 {
    font-weight: 100;
}

.form-group input[type='password'], .form-group input[type='text'], .form-group input[type='email'], .form-group button {
    width: 100%;
}

.logincontainer form {
    max-width: 390px;
    margin-left: auto;
}

.maxwidthcontainer,
.formcontainer,
.lockedoutcontainer,
.twofactorinputcontainer,
.logincontainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    max-width: 440px;
    padding: 30px;
    background-color:rgba(232, 236, 237, 0.86);
    box-shadow: 7px 7px 10px rgba(128,128,128,0.2);
    border: 1px solid lightgray;
    border-radius: 3px;
}

.formcontainer{
    max-width:777px;
}
.maxwidthcontainer{
    max-width: 1200px;
}
.renderedbodycontainer {
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url("../images/Login/linklogo-black.png");
    background-size: 80%;
    background-position-y: 20px;
    margin-top: 70px;
    padding-top: 30px;
}

.btn.btn-psw {
    background-color: #2B2E34;
    color: white;
    font-weight: bold;
}

.twofactorinputcontainer h3,
.loginheader {
    text-align: center;
    font-weight: 100;
    font-size:2.5em;
}


.logincontainer form {
    max-width: 390px;
    margin-left: auto;
}

.form-group input[type='password'], .form-group input[type='text'], .form-group input[type='email'], .form-group button {
    width: 100%;
}

.customtooltip {
    padding: 0px 5px 0px 5px;
    display: inline-block;
}
    .customtooltip .tooltiptext {
        display: none;
        width: 300px;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        position: absolute;
        z-index: 1;

    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .customtooltip:hover .tooltiptext {
        display: block;
    }

.forgotPassword #unabletologin {
    display: none;
}
