body {
    background-repeat: repeat;
    background: #252735;
    font-family: "Roboto", sans-serif;
    color: #e9ecef;
    font-size: 14px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.accountbg {
    background: url("../images/bg.jpg");
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    top: 0;
}

.account-page-full {
    left: 0;
    position: absolute;
    height: 100%;
    margin: 0;
    width: 420px;
    background-color: #222836;
}

.account-page-full .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.logo {
    color: #2a3142 !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: "Sarabun", sans-serif;
    font-weight: 600;
}

.text-muted {
    color: #9ca8b3 !important;
}

p {
    line-height: 1.7;
}

.card {
    border: none;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(36, 36, 41, 0.44);
    box-shadow: 0px 0px 13px 0px rgba(36, 36, 41, 0.44);
    margin-bottom: 30px;
    background: #2a3142;
}

.card .card-header, .card .card-footer {
    border-color: rgba(255, 255, 255, 0.125);
}

.form-control {
    font-size: 14px;
    color: #dee2e6 !important;
    background: #323a4e;
    border-color: rgba(255, 255, 255, 0.07);
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #323a4e;
    border-color: rgba(255, 255, 255, 0.1);
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

a {
    color: #e9ecef;
}

.alert {
    position: relative;
    border: 0;
}

.alert-success {
    color: #02a499;
    background-color: rgba(2, 164, 153, 0.2);
}
