﻿
.login {
    background-image: url(/Content/img/Login/ottofiles-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    width: 650px;
    margin: auto;
}

.tech {
    width: 300px;
    position: absolute;
    bottom: 20px;
    right: 45%;
}

.logins {
    width: 300px;
    padding-top: 0px;
    margin: auto;
    margin-top: 20px;
}

#unknown {
    padding: 30px;
}

    #unknown h1 {
        font-size: 72px;
        line-height: 72px;
    }

    #unknown p {
        font-size: 32px;
        line-height: 32px;
    }

    #unknown .buttons {
        max-width: 400px;
    }

        #unknown .buttons a {
        }

input[type="text"], input[type="password"] {
    padding: 10px;
    font-size: 16px;
}

@media (max-width: 480px) {
    body {
        padding: 20px;
    }

    .logo {
        margin: 0px;
        padding: 0px;
        padding-bottom: 20px;
        z-index: 1000;
        position: relative;
        width: 100%
    }

    .logins {
        width: 100%;
        padding: 0px;
        padding-top: 0px;
    }
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
}

/*------------------------------------------------*/
/*	Page: Login
/*------------------------------------------------*/
.btn-social {
    color: #fff;
    position: relative;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    margin-bottom: 10px;
}

    .btn-social:before {
        font-family: FontAwesome;
        font-size: 20px;
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        width: 40px;
        line-height: 40px;
    }


/*      Facebook    */

.btn-login-next, .btn-login-processing {
    background-color: #3B5998;
}

    .btn-login-next:hover, .btn-login-next:focus, .btn-login-processing:hover, .btn-login-processing:focus {
        color: #fff;
        background-color: #37538d;
    }

    .btn-login-next:before {
        content: "\f061";
        background-color: #2d4373;
    }

    .btn-login-processing:before {
        content: "\f110";
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

.btn-login-internal {
    margin-top: 5px;
    background-color: #f7941e;
}

    .btn-login-internal:hover, .btn-login-internal:focus {
        color: #fff;
        background-color: #f0901d;
    }

    .btn-login-internal:before {
        content: "\f007";
        background-color: #e68a1c;
    }

.btn-login-forgot, .btn-forgot-processing {
    background-color: #1e81f7
}

    .btn-login-forgot:hover, .btn-login-forgot:focus, .btn-forgot-processing:hover, .btn-forgot-processing:focus {
        color: #fff;
        background-color: #1c7beb;
    }

    .btn-login-forgot:before {
        content: "\f128";
        background-color: #1b74de;
    }

    .btn-forgot-processing:before {
        content: "\f110";
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }



/*      Google    */

.btn-login-google {
    background-color: #02a05b;
}

    .btn-login-google:hover, .btn-login-google:focus {
        color: #fff;
        background-color: #029957;
    }

    .btn-login-google:before {
        content: "\f0d5";
        background-color: #029153;
    }

/*      Windows Account    */

.btn-login-microsoft {
    background-color: #d93514;
}

    .btn-login-microsoft:hover, .btn-login-microsoft:focus {
        color: #fff;
        background-color: #d13314;
    }

    .btn-login-microsoft:before {
        content: "\f17a";
        background-color: #c43012;
    }


/*      Google    */
.btn-login-yahoo {
    background-color: #324fe1;
}

    .btn-login-yahoo:hover, .btn-login-yahoo:focus {
        color: #fff;
        background-color: #3553ed;
    }

    .btn-login-yahoo:before {
        content: "\f19e";
        background-color: #3553ed;
    }
