body{
    color: #d6d6d6;
    background-color: #1c1c1e !important;
}
input{
    //border-bottom: 4px #5e5e5e solid !important;
}
input:focus{
    border-color: #dfdfdf !important;
    border-bottom: 1px #ff5722 solid !important;
    box-shadow: none !important;
}
.card-body{
    color: #f7f7f7;
    background: #1c1c1e;
}
.btn-dark {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}
.btn-dark:hover {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}
.seperator {
    background-color: #1c1c1e;
    left: 42%;
    padding: 0px 23px;
}
.head-signin{
    text-align: center;
    //BACKGROUND: #2d2d2d;
    PADDING: 5PX;
    color: #f8f8f8;
}
.head-title{
    FONT-SIZE: 40PX;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 17px;
    margin-top: 17px;
    margin-left: 8px;
}
a{
    color: #e86829 !important;
}