body{
    font-family: 'Muli', sans-serif;
}
.authGridContainer {
    display: grid;
}

.authGridContainer--fullScreen {
    min-height: 100vh;
    min-width: calc(100vw - 15px);
}

@media screen and (min-width: 800px){
    .authGridContainer {
        grid-auto-flow: row;
        grid-template-columns: 4fr 6fr;
    }
}

.authGrid__logo {
    left: 53px;
    position: absolute;
    z-index: 1;
    top: 47px;
    height: 40px;
    width: 120px;
}
@media screen and (max-width: 768px){
    .authGrid__logo{
        width: auto;
        height:80px;
    }
}

@media screen and (max-width: 600px){
    .authGrid__logo{
        height: 37px;
        left: 35px;
        top: 35px;
    }
}
.authGrid__logo img {
    height: 100%;
}

.authGridColumn--callToActionParent {
    background-color: #25abcc;
}

.authGridColumn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.authGridColumn--formParent {
    background-color: #25abcc;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.authGridColumn--formParent:before {
    background: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 3000px;
    position: absolute;
    width: 3000px;
    z-index: -1;
}

@media screen and (min-width: 800px){
    .authGridColumn--formParent:before {
        left: 0;
        transform-origin: 0 50%;
        transform: translate(0);
    }
}

.createFreeAccount {
    display: flex;
    flex-direction: column;
    font-family: Muli,sans-serif;
    padding: 20px;
    width: 300px;
}

.createFreeAccount__text {
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 27px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 0px 1px 10px rgba(51, 51, 51, 0.788235294117647);
}

.createFreeAccount__button {
    align-self: center;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 0 0 2px #d7dbe6;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    max-width: 370px;
    outline: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out .1s;
    width: calc(100% - 4px);
    z-index: 2;
}

.loginForm {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 536px;
    margin-left: 80px;
    padding: 12px;
    width: 538px;
} 

.form__button {
    background: #3f88f7;
    border-radius: 3px;
    border: 1px solid #3f88f7;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 20px;
    transition: all .2s ease-in-out;
    max-width: 370px;
}


@media only screen and (max-width: 799px){
    .form__button {
        max-width: 320px;
    }
}

.loginForm .form__button {
    margin-left: 4px;
    margin-top: 8px;
    width: calc(100% - 7px);
}
@media screen and (max-width: 768px ){
    .loginForm{
        margin-left:0;
        width: 369px;
        margin-top: -100px;
    }
}
@media only screen and (max-width: 799px){
    .loginForm {
        margin-left: 0;
        width: 326px;
        margin-top: -100px;
    }
}
@media screen and (min-width: 1101px){
    .formContainer {
        width: 584px;
    }
}

.form__logo {
    margin: 0 0 30px;
    height: 80px;
    width: 315px;
    text-align: center;
}
.form__logo img {
    width: auto;
    height: 80px;
}

.form__header{
    color: #333;
    font-size: 32px;
    margin: 0 0 38px;
    letter-spacing: -.5px;
    text-align: center;
    position: relative;
}

.form {
    align-items: center;
    font-family: Muli,sans-serif;
    width: 100%;
}
.form, .form__appsButtons {
    display: flex;
    flex-direction: column;
}

.form__area {
    align-self: flex-start;
    display: flex;
    width: 376px;
}
.form__area--withInputs {
    width: 538px;
}
.form__area, .form__area--withInputs {
    border: 0;
    flex-direction: column;
    padding: 0;
}
@media only screen and (max-width: 799px){
    .form__area {
        width: 100%;
    }
    .loginForm .form__area--withInputs {
        width: 326px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 800px){
    .form__logo {
        display: none;
    }
}


.formInputContainer {
    border: 0;
    margin-bottom: 16px;
    max-height: 64px;
    padding: 1px 0 0 3px;
} 

@media screen and (max-width: 1100px) and (min-width: 799px){
    .loginForm .formInputContainer {
        position: relative;
        width: 326px;
        max-height: 67px;
    }
}

@media only screen and (max-width: 799px){
    .loginForm .formInputContainer {
        position: relative;
        width: 326px;
        max-height: 67px;
        }
}

.formInputContainer__textInput {
    border-radius: 2px;
    border: 1px solid #d8d7dc;
    color: #172b70;
    font-size: 18px;
    padding: 22px 18px 20px;
    width: 369px;
}
@media only screen and (max-width: 799px){
    .formInputContainer__textInput {
        max-width: 284px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3){
    .formInputContainer__textInput {
        max-width: 295px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape){
    .formInputContainer__textInput {
        max-width: 375px;
    }
}

.form-control{
    border-radius: 2px;
    border: 1px solid #d8d7dc;
    color: #172b70;
    font-size: 18px;
    padding: 22px 18px 20px;
    width: 100%; 
    /*height:auto;*/
}

.loginbox-textbox{
    margin-bottom: 15px;
}

.btn-block{
    background: #3f88f7;
    border-radius: 3px;
    border: 1px solid #3f88f7;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    outline: 0;
    padding: 20px;
    transition: all .2s ease-in-out;
}

@media only screen and (max-width: 799px){
    .authGridContainer {
        grid-auto-flow: column;
        grid-template-columns: 100%;
        grid-template-rows: 6fr 2fr;
    }
}

@media only screen and (max-width: 799px){
    .authGridContainer--login {
        grid-template-rows: 5fr 2fr;
    }
    .authGridColumn--formParent {
        grid-column-start: 1;
    }
    .authGrid__logo {
        display: none;
    }
    .authGridColumn--formParent:before {
        bottom: 0;
        transform-origin: 0 0;
        transform: translate(0);
    }
    .createFreeAccount__text {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .createFreeAccount {
        margin: 40px 0;
        text-align: center;
    }
}

