body{
    background-image: url("assets/admin/media/logos/background-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}


.cancel-btn{
    color: black;
    background-color: #f0f0f0;
}

.icon-one{
    width: 10%;
    height: auto;
}
.text-none{
    text-decoration: none;
}
/* .custom-fast{
    margin-left: -10%!important;
} */
.custon-input{
    border-color: #edeff2;
    
}
.small-text{
    font-size: 13px;
   
}
.font-weight{
    font-weight: 700;
}
.bg-color{
   background-color: #aa322e !important; 
   color: white !important;
border-color: #aa322e !important;
}

.text-color{
    color: rgb(179 184 201);
}
.custon-input::placeholder{
    color: rgb(179 184 201);
}
.btn.bg-color:hover {
    background-color:  #aa322e; 
    color: white;
    border-color: #aa322e;
}
.form-control:focus {
    border-color: initial; 
    box-shadow: none; 
}
.form-check-input:focus {
    outline: none;
    box-shadow: none;
}
.align-self{
    align-self: center;
}
@media (max-width: 767px) {
    .res{
        margin-left: 2px;
        margin-right: 2px;
    }
}
