﻿body {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.body-content {
    height: 100vh;
}

a.btn, button {
    border-radius: 3px !important;
    border-color: #1eb2ad !important;
    background-color: #1eb2ad !important;
    color: whitesmoke !important
}

h4 {
    font-size: 16px;
}

#myCustomSummary ul {
    padding-left: 0px;
}
#myCustomSummary ul li {
    list-style-type: none;
    background-color: #E8C2DA;
    border: 1px solid #AD1472;
    border-radius: 7px;
    padding: 5px 9px;
    margin: 10px;
}

a.btn-danger, a.btn-cancel, button.btn-danger, button.btn-cancel {
    border-radius: 3px !important;
    border-color: #AD1472 !important;
    background-color: #AD1472 !important;
    color: whitesmoke !important
}

a.btn-danger:hover, a.btn-cancel:hover, button.btn-danger:hover, button.btn-cancel:hover {
        border-color: #E6B3D3 !important;
        background-color: #E6B3D3 !important;
        color: whitesmoke !important
    }

.modal-dialog {
    top: 25%;
}

.modal-body {
    padding: 3rem;
}

.modal-body h3, .modal-body h4 {
    margin: 0 0 2rem;
}

.login-outter-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
}

.side-menu-tab {
    margin-right: -10px;
}

.side-menu-tab-item {
    background-color: #035991;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 2px 9px rgba(0,0,0,0.5);
    padding: 20px 30px 20px 26px;
    text-align: center;
}
.side-menu-tab-item a {
    background-color: transparent;
    color: white;
    font-size: 1.2rem;
}

.side-menu-tab-item i {
    font-size: 2.5rem;
}


.login-container {
    background-color: white;
    padding: 3rem 2rem 3.5rem;
    border-radius: 6px;
    box-shadow: 0px 2px 9px rgba(0,0,0,0.5);
    width: 100%;
    z-index: 100;
}

.user-logins {
    border-radius: 6px;
    max-height: 304.96px;
    overflow: auto;
    z-index: 1;
    margin-left: 20px;
    padding-left: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
::-webkit-scrollbar {
    width: 10px;
    border-radius: 6px;
    height: 50px;
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #dbdbdb;
}
    .user-logins button {
        width: 48%;
        margin-bottom: 3%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.user-logins h2 {
    font-size: 1.5rem;
    width: 100%;
    margin: 0px;
    padding-bottom: 10px;
}

.input-icon {
    position: relative;
}

.input-icon input {
    padding-left: 35px;
}

.input-icon i {
    left: 0px;
    position: absolute;
    padding: 9px 11px;
    color: #777;
}

.password-requirements {
    text-align: left;
    font-size: 1.2rem;
    color: rgb(99 99 99);
}
.password-requirements ul {
    padding-left: 20px;
}

.password-list-item-valid {
    color: #5DB149;
}

.password-list-item-invalid {
    color: #AD1472;
}