﻿
#authorization {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-start;
    align-items: stretch;
}

#form-wrapper {
    width: 488px;
    min-width: 488px;
    padding-top: 84px;
    overflow: auto;
    background-color: white;
    border-radius: 4px;
    display: flex;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    flex: 1 1 0%;
}

#app-version {
    padding: 24px
}

#neomed-img {
    display: none;
}

#terms-link {
    display: none;
}

.auth-btn {
    width: 240px;
    margin: 30px auto 16px;
    display: block;
}

.form-title {
    margin-bottom: 50px;
    text-align: center;
}

form {
    width: 320px !important;
}

@media only screen and (max-width: 1025px) {
    #banner {
        display: none;
    }

    #form-wrapper {
        width: 100%;
        min-width: 100%;
        padding-top: 36px;
    }

    #neomed-img {
        display: block;
        width: 250px;
        height: 120px;
    }

    #terms-link {
        display: block;
    }
}