﻿.row {
    margin-left: -10px;
    margin-right: -10px;
}

.button {
    width: 200px;
    border-radius: 4px;
    background-color: white;
    font-weight: bold;
    line-height: 33px;
    min-height: 36px;
    color: #F9885A !important;
    border-color: #F9885A !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 4px;
    min-width: 52px;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    cursor: pointer;
}

.alert strong {
    color: red !important;
    font-weight: 700;
}

.alert-success {
    background-color: unset !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    padding: 15px 5px 0 3px !important;
    display: none;
    width: 100%;
    padding-right: 15px !important;
}

.alert-warning {
    background-color: transparent;
    border: none;
    padding: 15px 5px 0 5px;
    margin-bottom: 9px;
}

.alert-warning-access-denied {
    display: none;
    font: normal normal normal 12px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #D50915;
    opacity: 1;
    display: flex;
}

.form-forgot-password {
    padding: 10px 0 0 0;
}

.forgot-password-layout {
    background-color: white;
    width: 324px;
    box-shadow: 4px 0px 25px 2px rgba(0, 0, 0, 0.2);
    margin-top: 35px !important;
    margin-bottom: 20px !important;
    margin: 0 auto;
    padding: 50px 10px 10px 10px;
}

.button-form {
    margin-top: 15px;
}

input::placeholder {
    color: #aaa;
}

input[type="text"]:focus {
    background-color: transparent !important;
}

input {
    height: 34px;
    padding: 0;
    width: 100%;
    margin: 0px;
    border: 0 !important;
    outline-width: 0px;
}

#emailSuccess {
    color: #3c763d !important;
    font-size: 14px;
}

img {
    max-width: 190px;
    max-height: 35px;
}

.text-center {
    text-align: center;
}

.title-forgot-password {
    margin-bottom: 5px;
    font-size: 16px
}

.forgot-password-main {
    width: 100%;
    overflow: hidden
}

.button-forgot-password {
    margin-bottom: 5px;
    margin-top: 5px
}

#btnBack {
    color: rgb(234, 84, 31) !important;
    font-weight: 600;
}

.button-back {
    margin: 20px 0;
}