@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body{
    height: 100%;
    width: 100%;
}

body{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(3,143,210,1) 78%, rgba(0,212,255,1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

.logo{
    background-image: url(../images/logo_cfs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    height: 50px;
    margin-bottom: 20px;
    position: absolute;
}

.logo-cli{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130px;
    width: 130px;
    height: 130px;
    right: 230px;
    margin-top: -16px;
    position: absolute;
}

.label{
    font-size: 15px;
    text-align: left;
    color: #3072ab;
}

.input{
    padding: 20px;
    font-size: 16px;
}

.title-logo-1 {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    margin-top: 75px;
    text-align: left;
    line-height: 25px;
    color: white;
    position: absolute;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }

.panel-heading {
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f500!important;
    display: flex;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: #285A9D;
    border-color: #285A9D;
    width: 95%;
    font-family: 'Poppins';
    transition: 0.3s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3072ab;
    border-color: #3072ab;
}

.panel {
    margin-bottom: 20px;
    background-color: white;
    border-radius: 15px;
}

.checkbox {
    padding-bottom: 10px;
}

.texto-copyright {
    color: white; 
    font-size: 13px; 
    font-weight: normal; 
    top: 160px;
    position: relative;
}

/*
.column-1 {
    position: relative;
    top: 230px;
}

.col-md-6 {
    width: 45%;
    left: 90px;
}
*/

/*
@media (max-width: 600px) {

    body{
        background: rgb(2,0,36);
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(3,143,210,1) 78%, rgba(0,212,255,1) 100%);
        background-size: auto;
        background-repeat: repeat;
    }

    .title-logo-1 {
        font-family: "Poppins";
        font-weight: 700;
        font-style: normal;
        font-size: 27px;
        margin-top: 10px;
        text-align: center;
        line-height: 25px;
        color: #3072ab;
        position: relative;
    }

    .logo{
        background-image: url(../images/cfs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 130px;
        width: 130px;
        height: 50px;
        margin-bottom: 20px;
        margin-right: 1500px;
        position: relative;
        margin-left: 150px;
    }

    .logo-cli{
        background-position: center;
        background-repeat: no-repeat;
        background-size: 130px;
        width: 130px;
        height: 130px;
        right: 170px;
        margin-top: -16px;
        position: absolute;
    }

    .panel {
        margin-bottom: 40px;
        background-color: #ffffffb3;
        border: 1px solid white;
        border-radius: 30px;
    }

    .col-md-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-1 {
        position: relative;
        top: 30px;
    }

    .texto-copyright {
        color: #494949; 
        font-size: 13px; 
        font-weight: normal; 
        top: 10px;
        text-align: center;
        position: relative;
    }

    .panel-default {
        margin-top: 75px!important;
    }
}
*/