﻿body{
    
}

.survey-container {
    max-height: 60vh;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.survey-container .text-center {
    flex-grow: 1;
}

.form-button {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 200px;
}

.form-check-input {
    appearance: none;
    background-color: #fff;
    width: 20px;
    height: 20px;
    height: 20px;
    cursor: pointer;
    border: 0px !important;
    float: none !important;
}

.form-check-input:checked {
    background-color: #007bff;
    box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-check-label {
    cursor: pointer;
}

.b-main {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Blinker', sans-serif;
    background-image: radial-gradient(at 76% 16%,rgb(47, 47, 48) 0,transparent 32%),radial-gradient(at 25% 82%,rgb(47, 47, 48) 0,transparent 33%);
    background-color: #000;
}

.main {
    min-width:30vw;
    max-width: 60vw;
    min-height:40vh;
    max-height: 90vh;
    overflow: hidden;
    background: url("https://doc-08-2c-docs.googleusercontent.com/docs/securesc/68c90smiglihng9534mvqmq1946dmis5/fo0picsp1nhiucmc0l25s29respgpr4j/1631524275000/03522360960922298374/03522360960922298374/1Sx0jhdpEpnNIydS4rnN4kHSJtU1EyWka?e=view&authuser=0&nonce=gcrocepgbb17m&user=03522360960922298374&hash=tfhgbs86ka6divo3llbvp93mg4csvb38") no-repeat center/cover;
    border-radius: 5px;
    box-shadow: 5px 20px 50px #000;
    padding:2vh ;
    background-color:#Fff;
    color:#000;
}

.divImg {
    width: 100%;
    height:10vh;
    display: flex;
    justify-content: center;
    padding:1vh;
}

.divImg img {
    
    
    /*margin-bottom: 1rem;
    margin-left: 3rem;
    border-radius: 1rem;*/
}

/*.signup, .login {
    
    width: 100%;
    height: 100%;
}*/

.form-label {
    /*color: #fff;*/
    font-size: 2em;
    justify-content: center;
    display: flex;
    /*margin: 50px;*/
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.btnLabel {
    color: #1a1a1a;
    font-size: 2.3em;
    justify-content: center;
    display: flex;
    cursor: pointer;
    margin: auto;
    transition: .5s ease-in-out;
    background: none;
    border: none;
    text-align: center;
    font-weight: bold;
    padding-top:0.5rem;
}

.form-input {
    width: 60%;
    height: 10px;
    background: #e0dede;
    justify-content: center;
    display: flex;
    margin: 20px auto;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.form-button {
    width: 60%;
    height: 38px;
    margin: 5px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: #ff0000;
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}

.form-button:hover {
    background: #cc0000;
}


.form-button-volver {
    width: 60%;
    height: 30px;
    margin: 5px auto;
    justify-content: center;
    display: block;
    color: #000;
    
    font-size: .75em;
    margin-top: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}


/*.login {
    height: 460px;
    background: #eee;
    border-radius: 60% / 10%;
    transform: translateY(-120px);
    transition: .8s ease-in-out;
}

    .login .form-label {
        color: #000;
        transform: scale(.6);
    }
*/
.btnForgotPass {
    font-size: 1em;
    display: flex;
    margin: auto;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding-top: .5rem;
}

@media screen and (max-width:1000px) {
    .main {
        min-width: 90vw;
        max-width: 90vw;
        padding: 2vh 3vh 2vh 3vh;
    }

    .b-main {
        background-image: radial-gradient(at 96% 16%,rgb(47, 47, 48) 0,transparent 50%),radial-gradient(at 5% 82%,rgb(47, 47, 48) 0,transparent 50%);
    }
}

