
.Fa-Angle-Bullet {
    font-size: 18px;
    color: red;
    padding-right: 5px;
}

.btn-red {
    text-transform: capitalize;
}

.border-success {
    border-bottom: solid 1px #28a745 !important;
}

.border-danger {
    border: solid 1px #dc3545 !important;
}

    .border-danger::-moz-placeholder {
        color: red;
    }

    .border-danger:-moz-placeholder {
        color: red;
    }

    .border-danger::-webkit-input-placeholder {
        color: red;
    }

.eyeicon {
    float: right;
    margin-right: 6px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: red;
}

.logo {
    display: flex;
    justify-content: center;
}

.content {
    padding: 14px 300px 0px 300px;
    color: white;
}

.mt-40 {
    margin-top: 80%;
}

.p-10 {
    margin-top: 0px;
    margin-bottom: 50px;
}

.help-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-align: center;
    padding: 8px;
    font-size: 12px;
}

    .help-btn i {
        color: white;
    }

.help {
    padding: 0px 0px 0px 10px;
}

.logo {
    margin-top: 6%;
}

#wrap {
    padding: 0px 0 0px 0;
}

.btn-acc {
    font-size: 18px;
    height: 5rem;
    width: 15%;
    border-radius: 5px;
    background-color: var(--mainColor) !important;
    border: none;
    outline: none !important;
}

.txt-black {
    color: #000;
}

.form_input input {
    border-radius: 5px;
    height: 44px !important;
}

.mt-30 {
    margin-top: 30px;
}

.m-10 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.forget {
    margin-top: 20px;
}

    .forget a {
        color: blue;
        text-decoration: none;
    }

header {
    display: none;
}

.copyright_section {
    display: none;
}

.d-hide {
    display: none;
}

.list {
    font-size: 18px;
    list-style-type: none;
    padding: 0;
    line-height: 30px;
}

.split {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    padding-top: 20px;
}

.left {
    color: white;
    left: 0;
    background-color: var(--mainColor) !important;
    width: 35%;
}

.right {
    width: 65%;
    right: 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.pt-20 {
    position: absolute;
    top: 90%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.pt-6{
    padding-top:20px;
}

.container-fluid {
    display: none;
}

ul {
    list-style-type: none;
    margin: 10px;
    padding: 0px;
    overflow: hidden;
}

li {
    padding-right: 20px;
    float: left;
}

.mt-50 {
    margin-top: 14%;
}

@media only screen and (max-width: 600px) {

    .right {
        width: 100%;
    }

    .left {
        display: none;
    }

    .content {
        padding: 50px 41px 29px 37px;
    }

    li {
        padding-right: 13px;
    }

    .btn-acc {
        width: 100%;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1300px) {
    .content {
        padding: 14px 120px 0px 120px;
    }
}

@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {

    .btn-acc {
        width: 100%;
    }

    .form_input input {
        width: 100%;
    }

    .content {
        padding: 14px 120px 0px 120px;
    }

    #login_btn {
        width: auto;
        padding: 6px 25px;
    }
}

.color, .btn-full:hover {
    color: #ffffff;
}

.mt-20 {
    margin-top: 5.5rem;
    padding-bottom: 2rem;
}

.footer_section {
    margin-top: 8rem;
    display: flex;
    justify-content: center;
}

.text-center h4 {
    font-weight: 400;
}

.main {
    display: flex;
    justify-content: flex-end;
}

.text-red {
    color: red;
}

.border {
    border-radius: 5px;
    border: 1px solid #000000;
}

.btn-full {
    font-size: 18px;
    height: 5rem;
    padding: 0px 30px 0 30px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    background-color: var(--mainColor) !important;
    border: none;
    outline: none !important;
}
#login_btn:focus {
    background-color: #1429c1 !important ;
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer_section {
        margin-top: 2rem;
    }
    .row {
        margin: 0;
    }
    .text-center.col-lg-12.content {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .footer_section {
        margin-top: 2rem;
    }
    .row {
        margin:0;
    }
    .text-center.col-lg-12.content {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .footer_section {
        margin-top: 2rem;
    }
    .row {
        margin: 0;
    }
    .text-center.col-lg-12.content {
        padding: 0;
    }

    .centered {
        width: 95%;
        top: 28%;
        left: 53%;
    }
}


.errorsList li {
    border-left: solid 3px #FF4F68;
    margin-bottom: 5px;
    padding: 2px 0 2px 10px;
}
.carousel-padding {
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
}
.text-green {
    color: #4fffc6;
}
a.text-green:focus, a.text-green:hover {
    color: #4fffc6 !important;
}
a.text-green.h4 {
    color: #4fffc6 !important;
}
.ml-10 {
    margin-left: 50px;
}
.mt-20{
    margin-top:3rem;
}
.t-center{
    text-align:center !important;
}
.font-12{
    font-size:13px;
    font-weight:300;
}
/*.px-10 {
    padding: 0 9rem 0 9rem !important;
}*/

.v-center {
    position: absolute;
    top: 45%;
    left: 45%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1025px) and (max-width: 1301px) {
   
    .content {
        padding: 14px 250px 0px 250px;
    }

    .row {
        margin: 0;
    }

    .text-center.col-lg-12.content {
        padding: 0;
    }

    form#aspnetForm {
        overflow: auto;
    }
}

#footer { z-index: -1 !important;}