* {
    box-sizing: border-box;
}

.loginpage {
    height: 100vh;
}

div {
    display: block;
    unicode-bidi: isolate;
}

body {
    background-color: #222;
    padding: 0 0 0 0;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.loginpage-container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -47%);
}

.text-center {
    text-align: center;
}

.logo-loginpage {
    display: inline-block;
    margin-bottom: 5px;
}



.form-loginpage,
.form-activatemail,
.activatemail-page {
    background-color: #2e2e2e;
    border-top: 3px solid #666666;
    border-bottom: 3px solid #666666;
    /*ffa645*/
    border-radius: 0;
    padding: 55px 30px 50px 30px;
    box-shadow: 0 0 10px RGBA(0, 0, 0, 0.06);
    margin-bottom: 15px;
    color: #999;
}

.form-container-login {
    width: 350px;
    margin: 0 auto;
}

.copyr {
    font-size: smaller;
    color: #fff;
}

.form-container-login {
    width: 350px;
    margin: 0 auto;
}

.loginpage input {
    background-color: #222;
    border: 2px solid #353535;
    color: #fff;
}

.loginpage input:hover {
    background-color: #333;
    border: 2px solid #ffffff;
    color: #fff;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

input[type="hidden" i] {
    display: none !important;
}

input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {

    overflow: clip !important;
}

input[type="hidden" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    font-size: 12px;
    line-height: 12px;
    color: #7b7b7b;
    font-weight: normal;
    display: block;
    margin-bottom: 6px;
}

label {
    max-width: 100%;
}

.form-control {
    font-weight: bold;
    line-height: 25px;
    padding: 5px 10px 5px 10px;
    border: 2px solid #ffffff;
    display: block;
    width: 100%;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:hover {
    background-color: #ffa645;
}

.input-lg {
    height: 46px;
    border-radius: 6px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
}

.btn-primary {
    background-color: #555555;
    color: #fff;
}

.loginpage-btnmain,
.activatemail-btnmain {
    margin: 10px 0;
}

.logo img {
    width: 10%;
}


.loginpage-btnmain,
.loginpage-btnsubmain,
.loginpage-btnsub,
.activatemail-btnmain {
    width: 100%;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 2px solid #353535;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn:hover {
    border: 2px solid #ffffff;
    background-color: #222;
}

button,
select {
    text-transform: none;
}

.user-form-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.divider {
    height: 1px;
    margin: 9px 0px 20px 0px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.id-helper {
    display: flex;
    flex-direction: column;
}

.id-helper a {
    margin-top: 10px;
    background-color: #222;
    color: #d8d8d8;
    border: 2px solid #353535;
    line-height: 25px;
    letter-spacing: 1px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.id-helper a:hover {
    border: 2px solid #ffffff;
    background-color: #333;
}

.login-suptitle {
    font-size: 12px;
    color: #ffffff;
}
