html, body {
    height: 100%;
}
body {
   
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.demo-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-lg {
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
::placeholder {
    font-size:14px;
    letter-spacing:0.5px;
}
.form-control-lg {
    font-size: 16px;
    padding: 25px 20px;
}
.font-500{
    font-weight:500;	
}
.image-size-small{
    width:140px;
    margin:0 auto;	
}
.image-size-small img{
    width:140px;
    margin-bottom:-70px;	
}
.icon-camera{
    position: absolute;
    right: -1px;
    top: 21px;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Estilos tema Genio */

