
.main_container{
    display: flex;
    justify-content: center;
}

.container_register{
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 980px) {
    .container_register{
        width: 90%;
    }
}

.header_register{
    outline: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monsterat_bold;
    background: #303951;
    color: white;
    font-size: 20px;
    box-shadow: 0 0 12px 0px grey;
    padding: 0;
    margin: 0;
    height: 50px;
    margin-bottom: 50px;
}

.main_register{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main_register input, .main_register label{
    margin: 0 !important;
    width: 100% !important;
}

.main_register input{
    border-bottom: 1px solid #303951 !important;
    box-shadow: 0 1px 0 0 #303951 !important;
}

.register-form{
    border: 0.1px solid #95a5a6;
}

.button_save_table{
    font-family: monsterat_bold;
    background: #303951;
    height: 50px;
    font-size: 20px;
    background: #303951;
    color: white;
}

.input_grade{
    text-transform: uppercase;
}