﻿.ng-cloak {
    display: none !important;
}

.form-login input:disabled {
    background: transparent;
    border-bottom-width: 2px;
}


.form-login button[disabled] {
    cursor: wait;
    opacity: 0.7;
    background: #0da9df;
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
}

.container-wrap {
    font-family: "Roboto", sans-serif;
}

.wrap-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 320px;
    padding: 0 30px;
}

    .wrap-form .logo {
        width: 170px;
        display: block;
        margin: 0 auto 60px;
    }

@media (min-width: 576px) {
    .wrap-form .logo {
        width: 200px;
    }
}

.wrap-form .logo img {
    width: 100%;
}

.form-login {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .form-login .wrap-input {
        position: relative;
    }

    .form-login .message {
        color: #db3019;
        text-align: center;
        font-size: 14px;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100px;
        bottom: -50px;
        z-index: 1;
    }

    .form-login input {
        width: 100%;
        line-height: 24px;
        padding: 10px 0;
        margin-bottom: 80px;
        border: none;
        border-bottom: 1px solid black;
        font-size: 14px;
        outline: none;
        text-align: center;
    }

        .form-login input:focus {
            border-bottom: 2px solid #4054b2;
        }

    .form-login .error {
        border-bottom: 1px solid #db3019;
        color: #db3019;
    }

    .form-login button {
        width: 170px;
        margin: 0 auto;
        color: #0da9df;
        border: 1px solid #0da9df;
        border-radius: 5px;
        text-align: center;
        line-height: 35px;
        background: transparent;
        font-size: 14px;
        cursor: pointer;
        z-index: 10;
    }

@media (min-width: 576px) {
    .form-login button {
        width: 200px;
        line-height: 45px;
    }
}

.form-login button:hover {
    background: #0da9df;
    color: #fff;
}

.form-login .active {
    background: #0da9df;
    color: #fff;
}
