﻿h1 {
    text-align: center;
    color: #8A83D9;
    margin-top: 22px;
}

h2 {
    margin-top: unset;
    font-size: calc(12px + 0.6vw);
    color: #A7A7A7 !important;
    text-align-last: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
}


body {
    height: 0;
}

.form-register {
    background-color: rgba(82, 82, 82, 1);
    width: 75%;
    margin-left: 12.5%;
    margin-top: 5vw;
    border-radius: 37px;
}

.text-danger {
    display: inline-block;
    line-height: 12.00px;
    padding-right: 0.5vw;
    color: #FF0905;
    font-size: 14.00px;
    padding-top: 5px;
}



label {
    display: inline-block;
    line-height: 12.00px;
    color: rgba(181, 181, 181, 1);
    font-size: calc(7px + 0.80vw);
    width: 12vw;
}

button {
    color: #fff;
    background-color: #9a7bda;
    font-size: calc(7px + 0.8vw);
    display: inline-block;
    width: 20%;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
}

button:hover {
    color: #333;
    text-decoration: none;
}

.flexRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
    .flexRow input {
        background-color: rgba(62,62,62,255);
        color: white;
        border-radius: 7px;
        border: none;
        margin: 0;
        height: fit-content;
        width: 15vw;
        height: 2vw;
    }

select {
    background-color: rgba(127, 127, 127, 1);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: calc(5px + 0.45vw);
    padding: 0.1em;
    width: 15vw;
    height: 2vw;
}

.form-group {
    height: 3vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.formPasswordForgot {
    text-align: center;
}

.acceptEmail{
    width:unset!important;
}

.necessaryField {
    margin-left: 15vw;
    line-height: 12.00px;
    color: rgba(181, 181, 181, 1);
    font-size: calc(7px + 0.80vw);
    width: 12vw;
}