body{
	background: #f0f0f0;
	min-height: 100vh;
}

.min-vh-100 {
    min-height: 100vh!important;
}

.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    overflow: hidden;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card .card-body {
    padding: 85px 60px 60px;
}

.brand-wrapper {
    margin-bottom: 19px;
}

.brand-wrapper .logo {
    height: 37px;
}

.login-card-description {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
}

.login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #a29061;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
}

.login-card .login-btn:hover{
    background-color: #000;
}

a{
    transition: ease-out .2s;
}

a.card-link{
    color: #990000;
    padding: 5px 10px;
}

a.card-link:hover{
    background: #990000;
    color: #fff;
}

.apps{
    height: 200px;
    background: #EFEFEF;
    padding: 1.4rem;
}

.apps ul{
    padding: 0;
    list-style: none;
}

.apps ul li a{
    color: #a39162;
    font-weight: 500;
    margin-bottom: 5px;
}

.apps ul li a:hover{
    font-weight: 700;
    text-decoration: none;
}
