﻿body {
    height: 100vh;
}

.account-pages {
    height: 100%;
}

.account-pages > * {
    height: 100%;
    margin: 0;
}

.account-pages > * > * {
    padding: 0;
}

.login-cover {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(https://images.unsplash.com/photo-1612702470825-6620d6cadef1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1267&q=80);
    background-position: center center;
    background-size: cover;
}

.login-content {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.login-content > .card {
    flex: 1;
}

.login-content i.fa::before {
    font-size: 24px;
}

.img-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    float: right;
    margin-right: 16px;
}