﻿body {
    height: 100vh;
    font-family: Arial,sans-serif;
}

.content-wrapper {
    height: 100vh;
}

body.external {
    height: auto;
    min-height: 100vh;
}

    body.external .content-wrapper {
        height: auto;
        min-height: 100vh !important;
    }

.logo {
    padding-right: 10%;
    padding-top: 2rem;
    text-align: right;
}

    .logo img {
        width: auto;
        max-width: 220px;
    }

/*button {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    background-color: #3d3d3d !important;
    color: #fff !important;
    float: right;
    margin-top: 1.5rem;
}*/

.btn-back {
    position: relative;
}

    .btn-back:before {
        content: "\f137";
        font-family: "FontAwesome";
        position: absolute;
        left: 0.5em;
    }

h1 {
    font-family: PreciousSansTwo-Medium,Arial,sans-serif;
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
#form-col {
    background-color: rgba(255,255,255,1) !important;
    padding-bottom: 2rem;
}
#background {
    background-image: url('../../assets/Images/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1000;
}
    #background.appMode {
        background-image: none;
        background-color: #fff;
    }

#background.scheme {
    background-image: url('../../assets/Images/bg_scheme.jpg');
}
.legals a {
    color: #000;
    border-right: 1px solid #bbb;
    padding-right: 0.5em;
    white-space: nowrap;
}

.legals a:last-child {
    border-right: none;
}

@media (max-width: 992px) {
    .vsmall {
        font-size: 75% !important;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    #background {
        background-image: url('../../assets/Images/bg.jpg');
        background-size: cover;
        background-position: center center;
        height: 100vh;
        position: relative;
    }

    body.external #background {
        height: auto;
        min-height: 100vh !important;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
        font-size: 1.5rem;
    }

    .compressedForm input[type="text"], .compressedForm input[type="password"], .compressedForm input[type="email"], .compressedForm input[type="date"] {
        font-size: 1rem;
    }

    .login_form {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0%, -50%);
        width: 80%;
    }

    h1 {
        font-family: PreciousSansTwo-Medium,Arial,sans-serif;
        font-size: 3rem;
        padding-bottom: 3rem;
    }

    #form-col {
        height: 100vh;
    }

    body.external #form-col {
        height:auto;
        min-height: 100vh !important;
    }

    .col-legal {
        position: absolute;
        bottom: 2em;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (max-height: 700px) {
    .login_form {
        position: relative;
        top: 10%;
        left: 0%;
        transform: unset;
        margin-right:30px;
    }

    .logo img {
        width: auto;
        max-width: 120px;
    }

    .col-legal {
        position: relative;
        bottom: 0em;
    }
}