﻿body {
    background-color: #f5f7fa;
    padding-top: 0;
}

.container,
.content.home {
    height: 97%;
}

.row {
    height: 100%;
    display: flex;
    align-items: center;
}

.row-container {
    display: inherit;
    flex-wrap: inherit;
    width: 100%;
    padding: 0px 15px;
    padding-right: 5px;
}

/* Left Side */
.img-container img {
    max-width: 75%;
    margin-top: 50px;
}

/*Right Side*/
.img-form-container img {
    max-width: 200px;
    margin-bottom: 30px;
}

.greeting-form {
    max-width: 375px;
    padding: 20px 15px 10px 15px;
    border-radius: 25px;
    box-shadow: 0px 7px 20px -9px rgba(0,0,0,0.6);
    background-color: white;
    /*Centrar Div*/
    margin-left: auto;
    margin-right: auto;
}

.form-group {
    margin-bottom: 2px;
    margin-top: 15px;
}

.greeting-form h2 {
    font-weight: 700;
}

.greeting-form p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 20px;
}

.greeting-form label {
    padding-left: 0px;
    margin-bottom: 2px;
}

.greeting-form .saludo {
    color: #13486A;
    text-align: center;
}

.greeting-form .enlace-cesado {
    display: flex;
    align-items: center;
    color: #13486A;
}

    .greeting-form .enlace-cesado span {
        margin-right: 11px;
    }

    .greeting-form .enlace-cesado p {
        text-align: initial;
    }

.greeting-form label {
    padding-left: 0px;
}

.greeting-form input {
    margin-bottom: 10px;
}

.greeting-form .btn {
    border-radius: 15px;
    padding: 10px 50px;
    font-weight: 700;
    margin-bottom: 5px;
}

.greeting-form .form-control {
    margin-bottom: 0;
}


#login-message {
    text-align: center;
    margin: 10px 5px 6px 5px;
    line-height: 13px;
}

#lblMensaje {
    margin: 5px;
    margin-bottom: 3px;
}

#btnEnviarCodigo {
    margin-top: 0.25rem;
}

.text-success {
    line-height: 20px;
}

.circle-loader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255,255,255,0.8);
    z-index: 1300;
}

    .circle-loader img {
        max-height: 150px;
    }

.circle-loader-img {
    top: 30%;
    left: 45%;
    position: fixed;
}

#version {
    color: #13486A;
    text-align: center;
    margin-bottom: 10px;
    font: normal normal normal 14px/19px Open Sans;
}

.politica .form-check {
    position: relative;
    display: block;
    width: 208px;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;

}

.politica .form-check .form-check-label {
        font: 700 14px/16px "Open Sans", sans-serif;
        color: #13486A;
    }

.politica label span {
    font-weight : 700;
}

.politica input[type="radio"], input[type="checkbox"] {

    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 16px;
    margin: 1px 0px 0px -18px;

}

@media (max-width: 1370px) {
    .form-group {
        margin-top: 5px;
    }

    .greeting-form {
        max-width: 350px;
        padding: 20px 15px 5px 15px;
    }

        .greeting-form h2 {
            margin-bottom: 4px;
        }

        .greeting-form p {
            margin-top: 0px;
        }


        .greeting-form .btn {
            padding: 8px 40px;
        }


    .circle-loader-img {
        left: 25%;
    }
}


@media (max-width: 991px) {

    .img-form-container img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .greeting-form {
        max-width: 275px;
    }

        .greeting-form label {
            margin-bottom: 0px;
        }

        .greeting-form .btn {
            padding: 5px 30px;
            margin-top: 5px;
        }


    #login-message {
        margin-bottom: 0px;
    }

    .circle-loader-img {
        left: 25%;
    }
}

@media (max-width: 577px) {
    .my-auto {
        display: none;
    }

    .circle-loader-img {
        left: 25%;
    }
}
