﻿/*Sign In*/
.signIn_border {
    position: relative;
    width: 33%;
    min-width: 420px;
    height: 370px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 4px;
}

.signIn_formContainer {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
}

.signIn_logoContainer {
    display: inline;
}

.signIn_logo {
    height: 50px;
}

.signIn_messageContainer {
    position: relative;
    width: 420px;
}

/*Portal*/
.modules_container {
    display: flex;
    flex-flow: column;
    width: auto;
    height: 100%;
    background: white;
}