﻿@media (min-width: 992px) {
    .vnnsoft-signin {
        min-height: 100vh;
        min-width: 100vh;
        background-size: 100%;
        background: url(/images/login-footer-old.jpg) no-repeat fixed bottom;
        /*background-image: url("/images/login-footer-old.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: bottom;*/
        background-color: #fbfdfc;
    }
}

.login-style input.form-input {
    background-color: #fff;
}

.login-style .header {
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem;
}

.login-style .mt-3, .login-style .my-3 {
    margin-top: 1rem !important;
}


.login-style .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.login-style .title-center.h4 {
    font-size: 30px;
    line-height: 35px;
}

.login-style input.form-input {
    background-image: none !important;
    border: thin solid #d3d5d7;
    border-radius: 40px;
    height: 48px;
    line-height: 1;
    color: #363636;
    font-size: .895rem;
    padding: 0 20px;
    width: 100%;
    outline: none;
    font-weight: 400;
}

.login-style .forgot-pass-view .header .close, .login-style .login-form-view .header .close, .login-style .recently-login-view .header .close, .login-style .typing-domain-view .header .close {
    position: absolute;
    right: 0px;
    top: 50px;
}

.forgot-pass-view .header .close, .form-register .header .close, .login-form-view .header .close, .recently-login-view .header .close, .typing-domain-view .header .close {
    position: absolute;
    right: 0;
    top: 70px;
}

.login-style button.btnButton {
    border: none;
    border-radius: 50px;
    line-height: 64px;
    font-weight: 500;
}

.login-style .btn-submit-primary, .login-style button.btnButton {
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    outline: none;
}

.login-style .btnButton {
    color: #fff;
    width: 279px;
    background: radial-gradient(100% 1111.11% at 100% 51.11%,#00d8b0 0,#00de92 100%);
    border-radius: 50px;
    display: inline-block;
    line-height: 64px;
    padding: 0 35px;
    outline: none;
    -webkit-user-select: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 24px;
    transition: all .5s ease;
}

.login-style .btnButton:not(.is-disabled):hover {
    background: radial-gradient(100% 1111.11% at 100% 51.11%, rgb(4 166 136) 0px, rgb(4 175 117) 100%);
}


.signin-form {
    max-width: 595px;
    position: relative;
}

.page-footer #footer {
    width: 100%;
    height: 90px;
    position: fixed;
    padding-top: 0;
    text-align: center;
    color: rgb(144, 164, 155);
    bottom: 0px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
    background-image: none;
}

input[type="password"] {
    background-image: none;
}

.login-style .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

