﻿.ivm-card {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #9c9fa3;
    border-radius: .5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    min-height: 270px;
    height: 100%;
}

.ivm-card-ul {
    list-style: none;
}

.ivm-card-slot {
    padding: 1.2rem;
}

.ivm-card-header {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #e6eaf1;
    font-weight: 700;
}

.ivm-card-footer {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #e6eaf1;
}

div.rememberMeContainer {
    padding: 10px 0px 0px 0px;
}

div.rememberMeContainer input {
    top: 1px;
    position: relative;
    border: 1px solid red;
}

.login-footer-left-column {
    width: 70%;
    float: left;
}

.login-footer-right-column {
    width: 30%;
}

.login-footer-right-column-button {
    width: 100%;
}


.ivm-card-wrapper {
    margin-bottom: .5rem;
}

.form-ledgend {
    border-bottom: solid 2px #789fcb;
    font-size: 18px;
}

.big-btn {
    display: inline-block;
    padding: 20px;
    background-color: #002D72;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

    .big-btn-title {
        font-size: 20px;
    }

    .big-btn-body {
        font-size: 16px;
    }

    .big-btn:hover {
        background-color: #286090;
    }
