body {
    background-color: #333;
    font-size: 1em !important;
    margin: 0 !important;
    padding: 0 !important;
    color: white;
}

header .bg-image {
    background: url("../../img/login/forget-password.jpg") no-repeat center 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    background-attachment: fixed;
    position: absolute;
    opacity: 0.2;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.forgot-password-window {
    position: relative;
    width: 360px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;

}

.forgot-password-form {
    text-align: center;
    justify-content: center;
    align-self: center;
    background-color: RGB(135, 135, 135, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
}

.password-field {
    width: 80%;
    padding-right: 38px;
}

.password-field:focus {
    border: 2px solid #165dcc;
}

#form-message {
    color: red;
}

.form-control {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid transparent;
}

.email-field {
    width: 80%;
    margin-left: -16px;
    padding-left: 25px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid transparent;
}

.email-form .login-field-icon {
    left: 10px;
    color: white;
    position: relative;
    width: 10px;
}

.email-field:focus {
    border: 2px solid #165dcc;
}

#submit {
    width: 80%;
    font-size: 15px;
    background-color: #165dcc;
}

.language {
    float: right;
    margin-bottom: 40px;
    padding-right: 15px;
}

.password_baslik {
    text-align: center;
    font-weight: bolder;
}

.info_form {
    text-align: center;
    justify-content: center;
    align-self: center;
    background-color: RGB(135, 135, 135, 0.3);
    padding-bottom: 20px;
}

.info_form > p {
    color: white;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
}

header .bg-image-reset-form {
    background: url("../../img/login/reset-password.jpg") no-repeat center 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    background-attachment: fixed;
    position: absolute;
    opacity: 0.2;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.forgot-password-window-small {
    width: 360px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.capsLockWarning {
    display: none;
    color: #0cff00;
    font-size: 16px;
    padding-left: 38px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left
}

.password-reset-form .reset-field-icon-pass {
    right: 45px;
    color: white;
    position: absolute;
    margin-top: 11px;
    cursor: pointer;
    font-size: 20px;
}

.form-control ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1; /* Firefox */
}

.form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
}