﻿body {
    padding: 0;
}

input,
select,
textarea {
    max-width: none;
}

@media (min-width: 768px) {
    .login-dark {
        width: 70%;
        height: 100%;
        /*height: 1000px;*/
        /*background: #475d62 url(https://img1.wsimg.com/isteam/stock/11259/:/rs=w:1250,h:1000,cg:true,m/cr=w:1250,h:1000);*/
        background: #08091b url(./backgroundAlt.jpg);
        background-size: cover;
        position: relative;
    }
    .login-dark:after {
        content: '';
        background: #08091b;
        opacity: 0.3;
        width: 100%;
        height: 100%;
        display: block;
    }
    .login-dark-form {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .login-dark {
        width: 0;
    }

    .login-dark-form {
        width: 100%;
    }
}

.login-dark-form {
    /*max-width: 320px;*/
    /*width: 30%;*/
    height: 100%;
    /*background-color: #1e2833;*/
    /*background-color: #3E4188;*/
    /*background-color: #2e3192;*/
    /*background-color: #0d0e2a;*/
    background-color: #08091b;
    /*background-color: #121339;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px;
    /*border-radius: 4px;
    transform: translate(-50%, -50%);*/
    position: absolute;
    top: 0;
    right: 0;
    /*color: #fff;*/
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark form .form-control {
    background: none;
    border: none;
    /*border-bottom: 1px solid #434a52;*/
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
}

.login-dark-select {
    background-color: #1e2833 !important;
    color: #fff !important;
}

.login-dark form .btn-primary {
    background: #214a80;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: none;
}

    .login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
        background: #214a80;
        outline: none;
    }

.login-dark form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}

    .login-dark form .forgot:hover, .login-dark form .forgot:active {
        opacity: 1;
        text-decoration: none;
    }

.login-dark form .btn-primary:active {
    transform: translateY(1px);
}

/*@media (min-width: 768px) {*/
html,
body {
    width: 100%;
    height: 100%;
}
/*}*/

