﻿body, html {
    height: 100%;
}

.bg-background {
    /*background-image: url("../../assets/images/back1.jpg");*/
    height: 100vh;
/*    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color:#FFF;
}

.center-all-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* MAINTENANCES */

.check-maintenance {
    color: #ffc107;
    font-size: 24px;
}

/* END MAINTENANCES */

/* FORMS */

.button-save-wfull{
    width:100%;
}

.button-cancel-wfull {
    width: 100%;
}

.validation-message {
    color: red;
    padding: 5px 0px 0px;
    font-size:0.7rem;
}

/* END FORMS*/
