header {
    height: 150px;
    margin: auto;
    padding: 2%;
}

header .login-button {
    padding-top: 24px;
}

.wk-btn {
    border-radius: 0;
    font-weight: bold;
}

.wk-label-control {
    font-weight: bold;
}

.wk-form-control {
    border-radius: 0;
}

.wk-container {
    margin: auto;
    width: 95%;
}

.wk-sign-up-block {
    height: 510px;
    margin: auto;
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

.sign-up-container {
    /*border: 1px solid;*/
    box-shadow: 0 0 1px 1px #FFF;
    background-color: #FFF;
    display: block;
    float: right;
    padding: 10px;
    position: relative;
    /*width: 42%;*/
}

.wk-sign-up-block-text {
    height: 480px;
    padding: 8% 4%;
}

.block-text {
    font-size: 18px;
    padding: 10px;
    word-wrap: break-word;
    overflow: auto;
    text-align: justify;
    height: 100%;
}

.tabs {
    margin-top: 40px;
}

.wk-notifer {
    z-index: 9999999;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 25%;
}

.wk-alert {
    padding: 20px;
    background-color: #b8b8b8;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 5px;
}

.wk-alert-default {
    background-color: #FFF;
    width: 90px;
    border: 1px solid #999;
    box-shadow: 0 0 1px 1px #999;
}

.wk-alert-danger {
    background-color: #f44336;
}

.wk-alert-success {
    background-color: #4CAF50;
}

.wk-alert-info {
    background-color: #2196F3;
}

.wk-alert-warning {
    background-color: #ff9800;
}

.alert-close-btn {
    margin-left: 15px;
    color: #FFF;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alert-close-btn:hover {
    color: #FBFBFB;
}

.progress {
    overflow: visible;
    margin-bottom: 0;
    width: 47%;
    display: inline-block;
    background-color: #FFF;
    border: none 0;
    box-shadow: none;
}

.modal-body {
    height: 400px;
    overflow: auto;
}

div.required .wk-label-control:not(span):before,
td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}