.register {
    background: #F3F4F7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 100px);
    height: 100%;
    padding: 50px 0;
    width: 100%;
}

.register.edit {
    margin: 0 auto;
    max-width: 500px;
}

.register .tooltip-type {
    display: flex;
    position: relative
}

.register .tooltip-type button {
    background: grey;
    border-radius: 30px;
    border: none;
    bottom: 3px;
    color: #FFF;
    font-size: 9px;
    font-weight: bold;
    height: 13px;
    margin: 0 0 0 3px;
    max-width: 13px;
    min-width: 13px;
    padding: 0;
    position: absolute;
    left: 92px;
    text-align: center;
    width: 13px;
}

.register .inner {
    background-color: #FFF;
    border: 1px solid #D4D9E3;
    border-radius: 5px;
    margin: 50px auto;
    max-width: calc(500px - 50px);
    padding: 25px;
}

.register.edit .inner {
    margin: 0 auto 50px auto;
}

.register .request-info {
    margin: 0 0 10px 0;
}

.register .btn-container {
    text-align: right;
}

.register .btn-blue,
.register .btn-orange {
    margin: 20px 0 0 0;
    max-width: max-content;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
}

.register .btn-blue {
    margin: 20px 10px 0 0;
}

.register .error {
    color: #FF5F40;
    height: auto;
}

@media screen and (max-width: 550px) {
    .register {
        height: 100%;
        min-height: calc(100vh - 36px);
        padding: 18px;
        width: calc(100% - 36px)
    }

    .register .inner {
        margin: 0;
        max-width: 100%;
        padding: 18px;
    }

    .register .request-info {
        margin: 0 0 18px 0;
    }
}
