﻿@import url("/AltusV2_Theme/Theme.AltusV2_Theme.css?13138");

.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.LoginWrapper {
    background: #0069a4;
    width: 100vw;
    height: 100vh;
    background-position: right;
    background-size: cover;
}

.LoginWrapper.Forgot {
    background: #035f93;
}

.LoginPane {
    background: #FFF;
    height: 100vh;
    box-shadow: 5px 0px 5px #00000045;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    position:absolute;
}

.LoginPane.Desktop {
    width: 500px;
}

.LoginPane.Mobile {
    width: 100vw;
}


.LoginPane.Forgot.Desktop {
    width: 50vw;
}

.AltusLoginLogo {
    position: inherit;
    top: 100px;
}

.AltusLoginLogo.Phone {
    top: unset;
    position: relative;
    margin-bottom: 35px;
}

.AltusLoginForm {
    order: 2;
    width:300px;
}

.AltusLoginForm.Phone {
    width:270px;
}

.AltusLoginForm input::placeholder {
    color: #39393ab3;
}


.AltusMiscOptionsWrapper {
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:left;
    flex-wrap: wrap;
}

.mnt-box{
    display: none;
}