.register span{
    font-weight: 500;
    font-size: 13px;
}
.register div{
    font-weight: 500;
    font-size: 13px;
}

.register .center {
    border-radius: 2px;
    border-spacing: unset;
    width: 100%;
    height: 100vh;
}
.register .topRow {
    height: 1px;
}

.mobile .register .center {
    border-spacing: 0;
}

.register .vzt-button {
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    background-color: rgb(27, 111, 245);
    color: white;
    border-radius: 2px;
    width: 100%;
    margin-top: 5px;
    padding-right: 0;
    padding-left: 0;
}

.register .regHref {
    display: none !important;
}

.register .spacer {
    height: 5px;
}

.register input {
    width: 100%;
    font-size: 120%;
    height: 40px;
    padding: 5px;
    margin-bottom: 5px;
    border: none;
    background-color: rgb(238, 241, 248);
}
.register .nested {
    width: 500px;
    margin-bottom: 140px;
}

.register .inputTitle {
    color: rgb(104,104,126);
}
.register .obligatory {
    color: rgb(104,104,126);
}
.register .title {
    font-size: 180%;
    text-align: center;
    /*padding-bottom:20px;*/
}
.register .subtitle {
    font-size: 60%;
    text-align: center;
    padding-bottom:20px;
}

.register div {
    font-weight: 500;
}

.col_1 {
    width: 30%;
}

.col_2 {
    width: 40%;
}

.col_3 {
    width: 30%;
}

.registerSuccess .image {
    display: block;
    padding-top: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.registerSuccess .regHref {
    display: none !important;
}
.registerSuccess .message img{
    width: 100px;
}
.registerSuccess .message .msg1,.msg2{
    font-size: 200%;
}
.registerSuccess .message{
    display: block;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);
}
.registerSuccess div {
    font-weight: 500;
}

.registerSuccess .recover {
    font-size: 130%;
    display: block;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 50%;
    bottom: 0;
    color: grey;
    transform: translate(-50%);
    padding-bottom: 15px;
}

.registerSuccess .image {
    display: block;
    padding-top: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.registerSuccess .message img{
    width: 100px;
}
.registerSuccess .message .msg1,.msg2{
    font-size: 200%;
}
.registerSuccess .message{
    display: block;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);
}

