.login-form {
    background: #fff;
    height: 100vh;
    min-height: 600px;
    box-shadow: -5px 0px 20px 2px #696969;
    z-index: 9;
}

.logo-container {
    height: 120px;
}

.fields-container,
.header-container {
    text-align: center;
    padding: 10px 25px;
    position: relative;
}

.fields-container {
    padding-top: 0;
}

.header-container {
    text-align: center;
    position: relative;
}

    .header-container .caption {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        font-family: Calibri;
    }

    .header-container svg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

.fields-group > .field {
    position: relative;
}

    .fields-group > .field > input {
        width: 100%;
        padding: 10px 10px 10px 40px;
        border-radius: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        border: 2px solid #9191a6;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        font-family: Calibri;
        box-shadow: none;
        outline: none;
    }

        .fields-group > .field > input.top-field {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .fields-group > .field > input.bottom-field {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top: 0px;
        }

.field-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #9191a6;
}

.actions-container {
    padding: 0 25px;
}

.logo-container > img {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 75px;
    width: auto;
}

.btn-social {
    font-family: lato,Arial,Helvetica,sans-serif;
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 2px 5px -2px #B3B3B3;
    padding: 10px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    line-height: 35px;
    border-bottom: 3px solid #a2a2a2;
}

    .btn-social > img {
        height: 30px;
        float: left;
        position: relative;
        top: 3px;
    }

    .btn-social:hover {
        color: #333333 !important;
        background: #EFEFEF;
    }

.btn-login {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: Calibri;
    border-radius: 4px;
    padding: 10px;
}

.btn-icon {
    position: absolute;
    line-height: 18px;
    right: 35px;
    font-size: 18px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-50 {
    margin-top: 50px;
}

#btnOTE {
    z-index: 10;
    bottom: 20px;
}

.login-error-message {
    margin-top: 50px;
    margin-bottom: 50px;
}

.error-container {
    margin-top: 30px;
}

.validation-summary-errors ul {
    margin: 0;
}

.forgot-password-link {
    font-size: 12px;
    font-weight: 700;
}

.version-container {
    padding: 10px;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 30px);
}

/*@@media only screen and (min-device-width : 769px) {
            .version-container {
                padding: 10px;
                position: absolute;
                bottom: 20px;
                width: calc(100% - 30px);
            }
        }*/

@media only screen and (max-device-width : 768px) {
    .logo-container {
        height: 100px;
    }
    /*.version-container {
                position: relative;
                padding-bottom: 20px;
                display: inline;
            }*/
    .login-form {
        box-shadow: none;
        min-height: 500px;
    }

    .login-background {
        background: #ffffff !important;
        display: none;
    }

    #powered-by img {
        width: 100px;
    }

    #product-detail {
        padding-top: 5px;
    }

    .version-container {
        padding: 10px;
        position: relative;
        width: 100%;
    }
}

.btn-login.btn-primary {
    color: #fff;
    background-color: #53a530;
    border-color: #53a530;
}

    .btn-login.btn-primary:hover {
        color: #fff;
        background-color: #13740b;
        border-color: #12740b;
    }

    .btn-login.btn-primary:focus,
    .btn-login.btn-primary.focus,
    .btn-login.btn-primary:active {
        color: #fff;
        background-color: #11730a;
        border-color: #033b00;
    }
