@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    overflow: hidden;
}

.body {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    background-image: url('/images/background.jpg');
    background-size: cover;
    -webkit-filter: blur(1px);
    z-index: 0;
}
@supports (-ms-accelerator:true) {
    .grad {
        background: #000;
        opacity: 0 !important;
    }

    .body {
        position: absolute;
        top: -20px;
        left: -20px;
        right: -40px;
        bottom: -40px;
        width: auto;
        height: auto;
        background:#000;

    }
}


@-moz-document url-prefix() {
    .grad {
        background: #000;
        opacity: 0.6 !important;
    }
}

.grad {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))); /* Chrome,Safari4+ */
    z-index: 50;
    opacity: 0.7;
}

.registration-tab {
    position: fixed;
    top: 2rem;
    right: 4rem;

}

.registration-tab a {
    color: #fff;
    font-size: 1.5rem;
    opacity: 0.8;
    font-family: Roboto;
    font-weight: 100;
    cursor: hand;
}

.content {
    padding-top: 20%;
    z-index: 1000;
}

.friendly-red {
    background-color: #cc0000 !important;
    font-size: 1.3rem !important;
}

.logo-content div {

    /*float: left;*/
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 200;
}

.logo-content div span {
    color: #fff;
}

.logo-content .logo-name {
    text-align: right;
    padding-top: 2rem;
}

.logo-content .logo-name a {
    color: #fff !important;
    font-size: 4.4rem
}

.logo-content .logo-go-back {
    text-align: right;
    font-size: 1.5rem;
}

.logo-content .logo-go-back a {
    color: #fff !important;
}

.login > div {
    padding: 0px;
}

.login .button {
    width: 100%;
    padding: 6px;
}

.login .remember-me {
    text-align: right;
    padding-top: 1rem;
    padding-bottom: 0;
}

.login label {
    color: #fff;
    font-size: 1.5rem;
    line-height: 18px;
    padding-left: 20px
}

.login input[type=text] {
    z-index: 100 !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 0 4px 4px;
}

.login input[type=password] {
    /*width: 250px;*/
    /*height: 30px;*/
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 0 4px 4px;
    margin-top: 10px;
}

.login input[type=submit] {

    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 2px;
    color: #a18d6c;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login input[type=submit]:hover {
    opacity: 0.8;
}

.login input[type=submit]:active {
    opacity: 0.6;
}

.login input[type=text]:focus {
    border-bottom: 1px solid #fff !important;
    box-shadow: none !important;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.login input[type=password]:focus {
    border-bottom: 1px solid #fff !important;
    box-shadow: none !important;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.login input[type=submit]:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    width: 15px !important;
    height: 15px !important;
}

[type="checkbox"].filled-in:checked + label:after {
    width: 15px !important;
    height: 15px !important;
}

[type="checkbox"].filled-in:checked + label:before {
    top: -2px !important;
    left: -1px !important;
}

[type="checkbox"].filled-in:checked + label:after {
    border: 1px solid white;
    background-color: transparent !important;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    font-size: 2rem !important;
    border: 1px solid white
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {

    .registration-tab {
        font-size: 5rem;
        position: fixed;
        top: auto;
        bottom: 6rem !important;
        right: calc((100% - 20%)/2);
        text-decoration: underline;
        z-index: 1000;
        opacity: 0.5;
    }

    .registration-tab a {
        font-size: 3rem;
    }

    .logo-content {

       width: 100%;
    }

    .logo-content .logo-name {
        font-size: 8rem;
        width: 40%;
        margin-left: Calc((100% - 40%) / 2);
        margin-bottom: 10rem;
    }

    .logo-content .logo-name a{
        font-size: 8rem;
    }

    .logo-content .logo-go-back {
        text-align: right !important;
        display: none;
    }

    .input-container {
        width: 55% !important;
        margin-left: Calc((100% - 55%) / 2);
    }

}




@media (min-width: 2100px) {
    .input-container {
        width: 20% !important;
    }

    .registration-tab a {
        font-size: 2rem;
    }

    .logo-content .logo-go-back a {
        padding-left: 1.7rem;
    }
}

@media (min-width: 1801px) and (max-width: 2099px) {
    .input-container {
        width: 30% !important;
    }

    .registration-tab a {
        font-size: 2.5rem;

    }
    .logo-content .logo-go-back a {
        padding-left: 1.7rem;
    }
}

@media (min-width: 1365px) and (max-width: 1800px) {
    .input-container {
        width: 35% !important;
    }
    .registration-tab a {
        font-size: 2.2rem;
    }

}

@media (min-width: 990px) and (max-width: 1300px) {

    .input-container {
        width: 40% !important;

    }

    .registration-tab a {
        font-size: 2.2rem;
    }

    .logo-content .logo-name {
        text-align: center !important;
    }

    .logo-content .logo-go-back {

    }

}

@media (min-width: 800px) and (max-width: 990px) {

    .input-container {
        width: 35% !important;
        margin-left: Calc((100% - 35%) / 2);
    }

    .logo-content .logo-name {
        text-align: center !important;
        margin-bottom: 6rem;
    }

    .logo-content .logo-go-back {
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .registration-tab {
        position: fixed;
        top: auto;
        bottom: 2rem !important;
        right: 14rem;
        text-decoration: underline;
        z-index: 1000;
        opacity: 0.5;
    }

    .logo-content .logo-name {
        text-align: center !important;
        margin-bottom: 6rem;
    }

    .logo-content .logo-go-back {
        display: none;
    }

}