@import "common.css";

.main-holder {
    width: 450px !important;
}

.sub-title {
    text-align: center;
    display: block;
    color: #aaaaaa;
    font-size: 16px;
}

.splitter1 {
    display: block;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/splitter1.png);
}

.data-holder form {
    margin: 0;
}

.input-frame {
    white-space: nowrap;
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

.data-input {
    border-style: solid;
    border-width: 2px;
    border-color: #c6c5c5;
    border-radius: 5px;
    flex: 1;
    padding: 12px;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-style: none;
    text-align: right;
    position: absolute;
    right: 2px;
    top: 6px;
    pointer-events: none;
    background-repeat: no-repeat;
}

.lock {
    background-image: url(../img/lock.png);
}

.person {
    background-image: url(../img/person.png);
}

.activate-button {
    border-style: none;
    border-width: 0;
    background-color: #0098ad;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    padding: 11px;
    margin-top: 7px;
    cursor: pointer;
}