﻿body {
}

.login-layout {
    height: 100%;
    width: 100%;
    margin: 0
}

.body-login-style, .body-forgotPassword-style {
    background-color: transparent;
}

.main-footer {
    bottom: 0;
    position: fixed
}

.right-image-0 {
    background-color: transparent;
    background-image: url('/Content/Images/Contact.png');
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.right-image-1 {
    background-color: transparent;
    background-image: url('/Content/Images/Contact.jpg');
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.main-color {
    background-color: #FFFFFF;    
}

.height-100 {
    height: 100%;
}

.medcall-logo {
    bottom: 100px;
    left: 150px;
    width: 300px;
}

.login-submit {
    width: 100%;
    background-color: #630163;
}

.purple-full {
    width: 100px;
    background-color: #630163;
}

.button-color {
    background-color: #630163;
}

.sso-button {
    width: 100px;
    height: 40px;
}

.sso-login-button {
    width: 100px;
    height: 40px;
    background-color: #630163;
}

.inizio-logo {
    width: 120px;
}

.inizio-logo-header {
    bottom: 0;
    position: fixed;
}

.font-size-large {
    font-size: large;
}

.text-right{
    float:right;
}

.test-left{
    float:left;
}

@media (max-width: 768px) {
    .right-image {
        display: none;
    }
}

