﻿@media (min-width: 1025px) {
    .od-login {
        flex-direction: row !important;
    }
}

.od-login__head { margin-bottom: 5rem }
.od-login__head .kt-login__title { margin-bottom: 0 !important }
.od-login__head .od-login__desc { margin-top:1rem; text-align:center }

.kt-login__options { justify-content: center !important }
.kt-login__options > a { margin: 0 }
.kt-login__options > .btn + .btn { margin-left: 1.5em }
.kt-login__options > .btn:only-child { max-width: 15em }

.kt-login__options > .btn {
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
