@font-face {
    font-family: Flama;
    src: url('/hst/template/assets/fonts/Flama-Light.otf'), 
         url('/hst/template/assets/fonts/Flama-Ultralight.woff.ttf'), 
}

body {
    background-color: #fff;
    font-family: Flama;
    min-height: 100vh!important;
}
.background {
    height: 100vh;
}

.seguridad {
    /* background-color: red; */
    
}

.control {
    /* background-color: pink; */
    
}

.col-logins {
    margin: auto;
    width: 40%;
    padding: 0px 25px;
}

.login {
    max-width:550px;
    text-align: center;
    padding: 30px 30px 0px 30px;
    position: absolute;
}
.access {
    margin-bottom: 60px;
    display: flex;
}

.logo {
    width: 200px;
    margin: auto;
    text-align: center;
    padding-top: 30px;;
}
.detail-right {
    position: absolute;
    right: 0;
    top: 0px;
}

.detail-left {
    position: fixed;
    left: 0;
    bottom: 0px;
}

.text-description {
    font-size: 19px;
    padding: 30px 20px;
    line-height: 30px;
}

.btn {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3px 6px;
}

a.btn:hover, .btn-seguridad:hover{
    text-decoration: none;
    color: #fff;
}

.btn-seguridad {
    background-color: #5C872F;
}
.btn-seguridad:hover {
    background-color: #4c7025;
}

.btn-control {
    background-color: #3D5371;
}
.btn-control:hover {
    background-color: #2d425e;
}
.btn-text {
    margin-top: 5px;;
    font-size: 11px;
}

.text-footer {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
}

@media (max-width: 1200px) {
    .login {
      min-width: 100%;
    }
    .col-logins {
        margin: auto;
        width: 40%;
        padding: 0px 25px;
    }
    .background {
        background-image: none!important;
    }
    .text-description {
        font-size: 40px;
        line-height: 60px;
    }
    .logo {
        width: 300px;
    }
    .btn, .btn-text {
        font-size: 20px;
    }
    .btn {
        margin-top: 30px;
        padding: 10px 0px;
    }
    .seguridad img, .control img {
        width: 200px;
        padding-top: 25px;
    }
    .text-footer {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (min-height: 1200px) {
    .login {
        padding-top: 150px;
    }
    .text-description {
        padding: 100px 40px;
        font-size: 50px;
    }
    .logo {
        width: 400px;
    }
    .btn {
        font-size: 25px;
    }
    .text-footer {
        padding-top: 50px;
    }
}