﻿
html, body {
    margin: 0;
    height: auto;
    overflow: hidden;
}

body {
    background: black;
}

#background-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    transition: 2s all ease-out;
}

.login-show {
    transition: .2s all linear;
    border-radius: 100% !important;
    padding: 10px 10px !important;
}

.login-title {
    transition: 0.3s all linear;
}

.fs-button.pull-right {
    margin-right: 18px;
}

.login-form {
    border-radius: 0;
    background-color: white;
    padding: 10px;
}

.login-title.login-form-open {
    opacity: 0;
}

.title-container {
    transition: .3s all ease-out;
    display: table;
    height: 100vh;
}

    .title-container.login-form-open {
        height: 20vh;
    }

.low-opacity {
    opacity: 0;
    transform: scale(1.05);
}

#login-text.low-opacity {
    transition: 2s all linear;
    transform: scale(1);
}

.high-opacity {
    opacity: 1;
}

.seco-background-1 {
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6)), url("images/seco-background.jpg") no-repeat center center;
    background-size: cover;
}

.seco-background-2 {
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6)), url("/images/seco-background2.jpg") no-repeat center center;
    background-size: cover;
}

.seco-background-3 {
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6)), url("/images/seco-background3.jpg") no-repeat center center;
    background-size: cover;
}

.login-container {
    /*height: 80vh;*/
    background-color: white;
    /*margin-top: 10vh;*/
    border-radius: 10px;
    /*padding: 20px;*/
}

    .login-container > input[type=text],
    .login-container > input[type=password],
    .login-container > button,
    .login-container > a {
        font-size: 16px;
        width: 100%;
        height: 48px;
    }

input[type=checkbox] {
    width: 48px;
    height: 48px;
}

p {
    font-size: 60px;
    color: white;
    text-align: center;
}

.seco-logo {
    background-color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px;
    box-shadow: 5px 5px 0 #a29f9f;
    width: 171px;
}

.login-buttons {
    text-align: center;
}

    .login-buttons button {
        padding: 10px 50px;
        font-size: 20px;
        margin: 0 10px;
    }

        .login-buttons button:hover {
            margin: 0 10px;
        }

.seco-footer {
    position: fixed;
    bottom: 0;
    color: white;
    text-shadow: 1px 1px 0 black;
    right: 0;
    margin: 10px;
    font-size: 12px;
}

    .seco-footer * {
        margin: 0 10px;
    }

    .seco-footer a {
        transition: .1s all linear;
        color: white;
        text-decoration: none;
    }

        .seco-footer a:hover {
            margin: 0 15px;
        }

#password-recovery {
    color: palevioletred;
}

#language-info span,
#language-info span span,
.k-list-container[id^=language-picker] {
    background-color: transparent;
    color: white;
}

    #language-info span span,
    .k-list-container[id^=language-picker] {
        border-radius: 0;
        border-width: 0 0 1px 0;
    }

#language-picker_listbox > .k-state-selected {
    background-color: rgba(255,255,255,0.3);
    color: white;
}

.checkmark {
    width: 45px;
    height: 45px;
    top: 5px;
}

.fs-checkbox-container .checkmark:after {
    width: 12px;
    height: 24px;
    left: 17px;
    top: 8px;
    border-width: 0 5px 5px 0;
}

/*#language-picker {
    height: 50px;
    font-size: 16px;
    width: auto;
    margin-right: 25px;
    background-color: transparent;
    color: white;
    outline: none;
    border: 0;
    border-bottom: 1px solid white;
    min-width: 150px;
}

#language-picker:hover {
    cursor: pointer;
}

#language-picker:focus {
    outline: none;
    box-shadow: none;
}

#language-picker * {
    background-color: black;
}*/

@media all and (max-width: 540px) {
    .login-form.login-form-open {
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #00477d;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}


@media all and (max-width: 768px) {
    p {
        font-size: 35px;
    }

    .login-container {
        padding: 28px;
    }



    html, body {
        /*overflow-y: auto;*/
    }

    .loginRow {
        height: 100%;
    }
}

@media all and (max-width: 1000px) {
    .container-signIn {
        margin: 0 !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100vw;
    }
}
