﻿.auth-wrapper.auth {
    background: linear-gradient(to right, #d60000 50%, #fff 0);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.textcolor {
    color: #d60000 !important;
    font-weight:bold;
    font-size:26px;
}

.auth-wrapper .card {
    margin-bottom: 0;
    padding: 8px;
   
}
.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fefefe;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    box-shadow: 2px 2px 6px #000;
    padding: 5px;
  
}
.img {
    margin-top: 155px;
}


.btn-login {
    
}


.help {
    display: block;
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    margin-top: 3px;
    margin-left: 3px;
}
   

.custom-control-input1 {
    color: #fff;
    background-color: #1c1c1d;
    border-radius: 4px;
    position: absolute;
    top: 0.15625rem;
    left: -0rem;
    display: block;
    width: 1rem;
    height: 1rem;
}