.login__main__container {
    padding-top:100px;
    /*height: calc(100vh - 50px);*/
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.login__logo {
    background-color: #3d2a09;
    width: 320px;
    text-align: center;
    box-shadow: 0px 1px 4px 0 rgb(0 0 0 / 20%) !important;
}

.login__form__wrap {
    background-color: white;
    box-shadow: 0px 1px 4px 0 rgb(0 0 0 / 20%) !important;
    width: 320px;
}
