﻿body {
    background: rgb(0,177,255);
    background: linear-gradient(135deg, rgba(0,177,255,1) 0%, rgba(0,95,252,1) 100%);
    font-family: 'Montserrat', sans-serif;
}

.FuenteTitulos {
    font-family: 'Poppins', sans-serif;
}

.LandingMainDiv {
    background-color: rgb(255,255,255,.5);
    border-radius: 25px;
    box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.3);
}

.HeightDiv {
    height: 100vh;
}

.LandingParrafo {
    font-size: 150%;
}

.LandingTitulo {
    text-shadow: 0px 3px 4px rgba(0,0,0,0.4);
}

.bi-person {
    font-size: 8em;
}

.LandingLink {
    color: white;
    margin-bottom: 15px;
    cursor: pointer;
}

.LandingInput {
    background-color: rgba(255, 255, 255, 0.44);
    ;
    border-radius: 30px;
    color: #000000;
    padding: 5px 10px;
    font-size: 15px;
}

.RecuperarLink {
    color: white;
}

.LandingButton {
    color: white;
    background-color: rgba(0, 161, 230, 1);
    font-size: 125%;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    transition: .5s;
    padding-left: 85px;
    padding-right: 85px;
}

    .LandingButton:hover {
        background-color: #00A1E6;
    }

.CloseButton {
    color: white;
    background-color: rgba(254, 121, 121, 1);
    ;
    font-size: 100%;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    transition: .5s;
    padding-left: 40px;
    padding-right: 40px;
}

.ConfirmButton {
    color: white;
    background-color: rgba(0, 161, 230, 1);
    font-size: 100%;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    transition: .5s;
    padding-left: 40px;
    padding-right: 40px;
}
