body{
    position: relative;
}

.login-ctn {
    position: absolute;
    /* padding: 0 20px; */

    left:0;
    right:0;

    margin-left: auto;
    margin-right: auto;

    /* min-height: calc(100vh - 60px); */
    min-height: 100vh;
}

.login {
    max-width: 800px; 
    border-radius: 8px;
    background-color: #fff;
}

.background{
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    /* background-color: #5caae9; */
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(66,133,244,1) 100%);
}

.landing-contain{
    margin: 5rem 20px;
}

.btn-outline-primary{
    width: 130px;
    border-radius: 3px;
}

h2{
    font-size: 24px;
    line-height: 30px;
    color: #202124;
}

h6{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #202124;
}

.index-info{
    margin: 0 auto;
    text-align: left;
}

form{
    text-align: left;
}

@media screen and (max-width: 500px) {
    h2{
        font-size: 20px;
    }
    
    h6{
        font-size: 18px;
    }

    .opciones a{
        height: auto;
        font-size: 18px;
    }
    
    .opciones .opciones-info{
        font-size: 14px;
    }

    .index-info{
        max-width: 100%;
    }
}

@media screen and (max-width: 350px) {
    :root{
        font-size: 12px;
    }

    .login {
        max-height: 500px;
    }
}

@media screen and (orientation: landscape){
    .login {
        max-height: 100vh;
    }
}
