body {
    margin: 0 !important;
}
input:focus {
    outline: 0;
}
.header {
    padding: 20px 0;
    border-bottom: 1px solid #F39000;
}

.header__logo img {
    outline: 0;
    max-width: 100%;
}

.header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.header__logo {
    flex: 0 0 20%;
}

.header__desc {
    padding-left: 40px;
    flex: 1;
}

.footer {
    border-top: 1px solid #F39000;
    padding: 20px 0;
}

.form__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.form__inner .form {
    width: 30vw;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 5px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
}

.form__inner .form .form-inline {
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 20px;
    position: relative;
}

.form__inner .form .form-inline span {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #f39000;
    font-size: 16px;
    font-weight: 600;
}

.form__inner .form h2 {
    margin: 0 0 30px;
    color: #f39000;
}

.form__inner .form input {
    flex: 0 0 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

.form__inner .form a {
    margin-top: 15px;
    text-decoration: none;
}

.form__inner .form input:focus {
    border-color: #F39000;
}

.form__inner .form input + input {
    margin-top: 10px;
}

.form__inner .form .btn__submit {
    font-size: 16px;
    font-weight: 600;
    border-color: #F39000;
    color: #ffffff;
    background-color: #F39000;
}

.form__inner .form .btn__submit:hover,
.form__inner .form .btn__submit:focus {
    color: #F39000;
    background-color: #ffffff;
}

.form__notification {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form__notification .form__inner {
    width: 30vw;
    height: initial;
    padding: 30px;
    flex-wrap: wrap;
    border: 5px solid #ccc;
    border-radius: 5px;
}

.form__notification .color-warning {
    color: #F39000;
}

.form__notification p span {
    font-weight: 600;
    color: #ff0000;
}

.setting {
    padding: 25px 0;
}

.setting .sign__out {
    display: flex;
    margin: 0 auto 25px;
    justify-content: flex-start;
}

.form__setting img {
    width: 150px;
    height: 150px;
}

.setting__user,
.setting__theme {
    border: 2px solid #ccc;
    padding: 25px;
    margin-bottom: 25px;
}

.setting__user .form,
.setting__theme .form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.setting__user .form label,
.setting__theme .form label {
    flex: 0 0 14%;
    margin-bottom: 0;
    align-self: center;
}

.setting__user .form:nth-child(2) span,
.setting__user .form:nth-child(3) span,
.setting__theme .form-group:nth-child(8) label,
.setting__theme .form-group:nth-child(9) label {
    align-self: center;
    min-height: 32px;
}

.setting__user .form .form-control,
.setting__theme .form .form-control {
    flex: 1;
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}

.setting__user .form {
    flex: 0;
}

.setting__user .form-group:first-child,
.setting__theme .form-group:last-child {
    justify-content: flex-end;
}

.setting__theme .form-group:nth-child(8),
.setting__theme .form-group:nth-child(9) {
    flex-wrap: wrap;
}

.cke_chrome {
    flex: 1;
}