﻿/* LOGIN FORM discoveroom*/

html {
    height: 100%;
}

button,
select,
input,
textarea {
    margin: 4px 0 !important;
}

body.auth {
    /*min-width: 400px;
    overflow: visible;*/
    background-color: #1D1D1D;
}

    body.auth.login {
        background: url('../images/wallpaper.jpg') 50% 50% no-repeat;
    }

    body.auth.register {
        background: url('../images/register_bg.jpg') 50% 50% no-repeat;
    }

    body.auth.verify {
        background: url('../images/verification_bg.jpg') 50% 50% no-repeat;
    }

    body.auth.reset-password {
        background: url('../images/reset_bg.jpg') 50% 50% no-repeat;
    }

.auth #header {
    position: static;
    margin-top: 140px;
    background-color: transparent;
}

.auth #container {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    overflow: auto;
}


.auth #main {
    position: relative;
    top: 10%;
    /*margin-top: -25%;*/
    margin-left: auto;
    margin-right: auto;
    min-height: 450px;
}

.auth .form-row {
    width: 300px;
    margin: auto;
}


.logo {
    font-family: iconfont;
    font-size: 110px;
    height: initial;
    text-align: center;
    line-height: 1;
}

    .logo a {
        color: #FFF;
    }

.logo-2 {
    color: #FFF;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
}

.auth .form-row label {
    padding-right: 0.5em;
    line-height: 2em;
    font-size: 1em;
    color: #333;
}

.auth .form-row input {
    padding: 0 0 0 50px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.auth span.help {
    font-size: 10px;
    display: block;
}

.auth .submit-row {
    /*padding: 0;*/
    text-align: center;
}

    .auth .submit-row input, .auth .submit-row a {
        margin: 0;
        font-size: 20px;
        min-width: 130px;
    }

        .auth .submit-row a.btn-register {
            padding: 17px;
            background-color: #ffffff;
        }

.auth .password-reset-link {
    text-align: center;
    margin-top: 20px;
}

    .auth .password-reset-link a {
        color: #fff;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #575757;
}

.input-icon {
    position: absolute;
    color: #575757;
    font-family: iconfont;
    font-size: 32px;
    padding-left: 10px;
    line-height: 42px;
}

ul.errorlist li {
    background: #dd4b39;
    color: #FFF;
    padding: 5px;
}

.auth .help-text {
    color: #fff;
    margin-top: -20px;
    margin-bottom: 20px;
}


.btn {
    margin-left: 20px !important;
}


.btn-register, .btn-register:hover, .btn-cancel, .btn-cancel:hover {
    background-color: #fff;
    border-color: #fff;
    cursor: pointer;
    color: #575757;
}

.btn-cancel {
    display: inline-block;
    white-space: nowrap;
    margin: auto !important;
    padding: 12px;
    font-size: 20px;
}

    .btn-cancel:hover, .btn-register:hover {
        opacity: 0.6;
    }

.auth .white-text {
    width: 400px;
    font-size: large;
    color: white;
    margin: 10px auto;
}

.k-loading-mask {
    top: 0;
    left: 0;
}

#registerLink {
    color: #fff;
    text-decoration: underline;
}

