﻿.toplayer_logo_style {
    width: 100%;
    height: 100px;
}

.banner_logo_style {
    margin-top: 25px;
    margin-right: 25px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.navbar_style {
    background-color: rgb(171, 16, 50);
}


.home_style {
    width: 100%;
    height: 120px;
    display: flex !important;
    align-items: center;
    background-color: #FAF9F7;
    padding-left: 30px;
    border-top: 2px solid #EBEBEB;
    border-bottom: 2px solid #EBEBEB;
}
.home_style_login {
    width: 100%;
    height: 120px;
    display: flex !important;
    align-items: center;
    background-color: transparent;
    padding-left: 30px;
    border-top: 2px solid #EBEBEB;
    color: white
}
.home_style_2 {
    font-weight: bold;
    font-size: 22px;
    padding-left: 30px
}

.advice_style {
    font-size: 11px;
    padding-left: 30px;
    color: #a6a6a6;
    float: right;
    margin-top: -20px;
}


/*=======================
LOGIN PAGE SECTION
=======================*/
/* Login header */

#login .login-container button,
.login-container button,
#login .login-container a.action-btn,
 .login-container a.action-btn #login .login-container button.action-btn.back-btn.block.black #login .login-container .form-bottom button.login-btn,
#login .login-container .form-bottom a.action-btn.login-btn.request-button {
    line-height: normal;
    margin: 0 0 8px 0;
    padding: 10px 16px;
}

#login .login-container .form .form-bottom button.action-btn.blue {
    height: auto;
    min-height: 40px;
    margin-bottom: 8px;
}

#login .login-container .form-bottom a.action-btn.login-btn.request-button {
    margin-bottom: 0;
}

/* Login container */
#login .login-container {
    width: 350px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 24px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    z-index: 80;
    position: relative
}

.lost-password {
    margin-bottom: 10px;
    text-align: left;
}
.login-btn {
    background-color: #EF233C;
    color: #fff;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}
.login_bg {
    background: url(/Images/login_background.png);
}
.login-btn:hover {
    color: white;
}
.text-black {
    color: black !important;
}