﻿body {
}



#virtual-card-dialog {
    overflow: hidden;
}


.login-logo2,
.register-logo {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .login-logo2 a,
    .register-logo a {
        color: #5a4a42;
        font-weight: 400;
    }


.welcome {
    font-size: 25px;
    text-align: center;

    color: #5a4a42;
    font-weight: 400;
}


.btnlogin {
    background-color: #c2b59b;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #c2b59b;
    height:70px;
    color: white;
    text-align: center;
}