html,
body {
    height: 100%;
}

body {
    background-color: #eee;
    font-family: 'Nunito', sans-serif;
    color: #000;
}

.row {
    height: 100%;
}

.left,
.right {
    height: 100%;
}

.logo_img{
    display: none;
    max-height: 60px;
    max-width:430px;
}

.logo1 img{
    height: 85px;
    border-radius: 12px;
}

.form-control,
.form-control:focus{
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border-radius: 5px;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    margin: auto;
    padding: 0 15px;
}

.fa-stack {
    top: -5px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-floating{
    margin-bottom: 15px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .form-signin {
        max-width: 380px;
    }
}

.fa-square{
    color: #09f;
}

.fa-paw{
    color: #fff;
}

h1{
    font-family: 'poppins', sans-serif;
    font-weight: 900;
}

.poppins{
    font-family: 'poppins', sans-serif;
}

.blue{
    color: #09f;
}

.text-muted{
    opacity: 0.7;
}

.btn-primary{
    background-color: #09f;
    border-color: #09f;

    /*background: linear-gradient(0deg, #017AFF 0%, #268DFF 100%);*/
    border: none;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn-primary:disabled,
.btn-primary.disabled {
    border-color: #0D1F33;
    background: linear-gradient(270deg, #017AFF, #62B1FF, #017AFF);
    background-size: 600% 600%;
    animation: Loading 5s ease infinite;
    opacity: 1;
}

@keyframes Loading {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.fa-lg{
    font-size: 26px;
    line-height: 1;
    text-align: left;
    vertical-align: unset;
}

.right{
    background-image: url("../../img/login-backgrounds/office-925806_1920.jpg");
    background-size: cover;
    background-position: center center;
}

.prompt {
    display: none;
    /*position: absolute;*/
    /*top: 10px;*/
    /*padding: 0 20px;*/
}

.desktop-link,
.install-app{
    text-decoration: none;
}