a:hover{
    cursor: pointer;
}
.account_type_width{
    width: 48%;
}
.login-page{
    background-color: #f5f6fa;
}
.img-logo{
    height: 90px;
    width: 90px;
}
.img-logo-a{
    height:55px;
    width: 55px;
}
.wmmc-mark{
    background-color: #755FFE;
}
.wmsu-dark{
    background-color: #24292e;
}
.bg-body{
    background-color: #373b3f;
    height:1000px;
}
.bg-body-des{
    background-color: #fde3a7;
    height:1000px;
}
.bg-body-fac{
    background-color: #ff9478;
    height:1000px;
}
.side-btn{
    font-weight: 500;
}
.btn-add-acc{
    font-weight: 500;
}
.select-side-btn{
    font-weight: 500;
    background-color: #ef4836;
    color: white;
}
.i-logo{
    color:#ef4836
}
.i-logo-white{
    color:white;
}
.search-btn{
    color: white;
}
.search-btn:hover{
    color: white;
}
.close-btn{
    color: white;
}
.close-btn:hover{
    color: white;
}
.option-btn{
    color: black;
}
.option-btn:hover{
    color: white;
}
.p_h5:hover{
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}