html, body{
    background-color: #000;
    height: 100%;

}


.form-input{
    background-color: inherit !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.form-input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.form-input::placeholder {
    color: #fff;
}


.form-select{
    background-color: inherit;
    border-radius: 0;
    color: #fff;
}

.form-select:focus{
    background-color: inherit;
    border-radius: 0;
    color: #fff;
}

.adorno{
    position: absolute;
    width: 200px;
    margin: 15px;
}

.adorno-1{
    top: 0;
    z-index: 0;
}

.adorno-2{
    top:0;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.adorno-3{
    bottom: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(1) rotate(
        -90deg
    );
}

.adorno-4{
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) rotate(
        -90deg
    );
}
