.btn-brand:hover {
    color: #fff !important;
    background-color: #5C2D91 !important;
    border-color: #5C2D91 !important;
}

.btn-brand {
    background-color: #5C2D91 !important;
}

.text-dark {
    color: #1B1B28 !important;
    font-weight: 400;
}

.sub-text {
    color: #343A40 !important;
}

a {
    color: #000 !important;
}

a.active {
    color: #fff !important;
}

.login_button {
    width: 100%;
    background-color: white;
    /*box-shadow: 5px 5px 10px #e0e0e0;*/
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

hr {
    margin-top: 0.7rem !important;
    border: 0;
    clear: both;
    display: block;
    width: 45%;
    background-color: #a1a1a1;
    height: 1px;
}

.logo_img {
    display: block;
    max-width: 180px;
    max-height: 70px;
    width: auto;
    height: auto;
}

input[type="radio"] {
    display: none;
}

.switch-canvas {
    width: 200px;
    margin: 30px auto;
    height: 40px;
    padding: 5px;
    background-color: #EDEEF1;
    /*font-size: 0;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}


label {
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
    color: #1B1B28;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


input[type="radio"]:checked + label {
    /*background-color: #fff;*/
    color: #FFFFFF;
    /*border-radius: 2px;*/
}

.radio-span {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: 50%;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #5C2D91;
    transform: translate(0);
}

#sign-up:checked ~ .radio-span {
    transform: translateX(100%);
    left: -5px;
}

.kt-login__body {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal !important;
    height: 100%;
}

.g-recaptcha {
    display: inline-block;
}

.tnc-login {
    float: left;
    display: inline-block;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tnc-login input {
    height: 14px;
    float: left;
    width: 4% !important;
}

.tnc-login label {
    width: 96%;
    text-align: left;
    position: relative;
    bottom: 7px;
    left: 10px;
}

.tnc-login span {
    padding-left: 10px;
    color: #1B1B28;
}

.tnc-login label a, .tnc-login label a:hover {
    text-decoration: underline !important;
}

.pshow i {
    position: absolute;
    top: 20px;
    right: 7px;
    cursor: pointer;
}

#password:focus {
    z-index: 0;
}
