form {
    display: flex;
    justify-content: center;
}

.rect-general{
    width: 60%;
    align-self: center;
    align-items: center;
    background-color: white;
    border-radius: 40px; 
    margin-bottom: 40px;

}

.formulari {
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 40px;
    column-gap: 40px;
    justify-content: center;
}

.column {
    align-self: center;
    align-items: center;
    margin: 10px 20px 10px 0px;
}

form h2 {
    margin: 40px 0px 20px 0px;
    font-size: 1.6em;
    color: #7ed957;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

form h3 {
    margin: 0;
    font-size: 13px;
    color: #5da23f;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
form img {
    align-self: right;
    width: 66%;
    height: 66%;
    object-fit: contain;
    margin-left: -50px;
    margin-right: -50px;
    float: right;
}

form hr {
    border-top: 3px solid #7ED957;
    border-radius: 3px;
    margin: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
}

form label {
    color:#787d79;
    margin-bottom: 10px;
    margin-top: 2px;
    font-size: 15px;
    display: flex;
    justify-content: left;
}

form label#status {
    font-size: 0px;
}

form input {
    font-size: 16px;
    font-family: inherit;
    padding: 0.25em 0.5em;
    margin-bottom: 2px;
    /*background-color: #f1f1f1;*/
    border: 2px solid;
    border-radius: 4px;
    border-color:#5da23f;
    transition-duration: 100ms;
}
.formulari input{
    width: 100%;
}
form input:focus {
    outline: none;
    border: 2px solid;
    border-radius: 5px;
    border-color:#4AC8D9;
    transition-duration: 100ms;
}

form input::placeholder {
    color:#828b84
}

.registerButton {
    display:flex;
    align-self: center;
    align-items: center;
    color:white;
    background-color: #7ED957;
    border-radius: 12px;
    border-style: none;
    box-sizing: border-box;
    height: 48px;
    justify-content: center;
    margin-top: 12px;
    transition-duration: 200ms;
    margin-bottom: 40px;
}

.registerButton:hover {
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    background: #6cc148;
    transition-duration: 200ms;
}

.validation{
    padding: 0px 40px 0px 40px;
}

form .power-container {
    background-color: #a9a9a9;
    display: flex;
    width: 100%;
    height: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 3px;
}

form .power-container #power-point {
    background-color: #a9a9a9;
    width: 5%;
    height: 100%;
    border-radius: 3px;
    transition-duration: 300ms;
}

.requirementsPsswd {
    color: #a9a9a9;
    font-size: 14px;
    position: relative;
}

.checkboxes {
    padding-right: 4px;
    display: flex;
    justify-content: left;
    color: #7d7d7d;
    font-size: 12px;
}

.footer-registre{
    display: grid;
    justify-content: center;
}
