﻿.btn-image {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

.register-form {
    width: 100%;
    max-width: 750px;
    padding: 1.5%;
    padding-top: 10px;
    margin-top: 30px;
}

.col {
    text-align: center;
}

.validProp {
    margin-left: 10px;
    text-align: left;
}

.open-register-btn {
    width: 100%;
    margin-bottom: 3%
}

.closed-div {
    display: none;
}

.validation-password {
    display: grid;
    margin-bottom: -2%;
    text-align: left;
}

.show-password {
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.show-password-image {
    width: 29px;
    height: 29px;
    float: right;
}

.meter {
    width: 100%;
}

.reversed-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

label {
    float: left;
    text-align: left;
}

p {
    text-align: left;
}

input::-ms-reveal, input::-ms-clear {
    display: none;
}