﻿header {
    background: white;
}

body {
    overflow: visible;
    background: #edeef057;
}

#lgn-cntnr {
    height: 663px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lgn-cntnr form {
    position: relative;
    bottom: 10%;
    margin: 0;
    border: 1px solid lightgrey;
    border-radius: 4px;
    background-color: white;
    padding: 38px 80px 30px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#lgn-cntnr text {
    text-align: center;
    font-size: 15pt;
}
#warning {
    text-align: center;
    height: 16px;
    color: red;
    font-size: 14px;
    line-height: 14px;
}

#lgn-cntnr form > input {
    width: 230px;
    padding: 4px;
    line-height: 20px;
    font-size: 17px;
    border-radius: 3px;
    border: 1px solid darkgrey;
    outline: 0;
    outline-offset: 0;
    margin-bottom: 17px;
}



#lgn-cntnr div > input {
    padding: 6px 20px;
    color: white;
    font-size: 13.5px;
    font-weight: 500;
    background: linear-gradient(#ff5a5f,#6e151e);
    border-radius: 2px;
    border: none;
    outline:0;
    outline-offset: 0;
    cursor: pointer;
    float:right;
}