

/* 
    Signin form
--------------------------------------------------*/
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0;
    margin-left: 15%;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
a.signinlink {
    font-size: 16px;
    text-decoration: none;
}
.istaLogo {
    width: 300px;
    height: 50px;

}
.istaLogoText {
    color: #003978;
    font-style: italic;
    font-weight: bold;
    padding:10px;
}
.ista-logo {
    width: 200px;
    height: 50px;
    margin: 5px;
    margin-left: 15px;
    fill: #003978;
    color: #84b400;
}
.form-signin .checkbox {
    font-weight: 700;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }



    .form-signin input[type="text"] {
        margin-bottom: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
.ForgotPassword {
    color: #003978;
    font-weight:bold;
}

.btn {
    color: #fff !important;
    background-color: #2f8c31 !important;
    border-color: #2f8c31;
    width: 150px;
    margin-top: 50px;
}

    .btn:hover {
        color: #fff;
        background-color: #2f8c31;
        border-color: #2f8c31;
    }

    .btn:active {
        color: #fff;
        background-color: #2f8c31;
        border-color: #2f8c31;
    }
