.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}
.mt-30{margin-top:30px;}
.mt-35{margin-top:35px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mt-55{margin-top:55px;}
.mt-60{margin-top:60px;}
.mt-65{margin-top:65px;}
.form-group{
    margin-bottom:10px;
}
.login-body{
    background: #0b6ffd;
}
.login-wrapper{
    background:#fff;
    padding:50px;
    border-radius: 10px;
    width: 800px;
}
.dt-buttons{
    float:left;
}
.dt-button-collection{
    position:absolute;
    width:100px;
    margin-top: -1px !important;
    z-index: 1111;
    border:1px solid #ccc;
}
.dt-button-collection > div{
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}
.dt-button-collection > div button{
    border-bottom:1px solid #ccc;
    text-align:left;
}
.dt-button-collection > div button:hover{
    background:#3960cf;
    color:#fff;
    border:1px solid #3960cf;
}
.dt-button {
    background:#fff;
    border:none;
}
.dt-down-arrow{
    padding-left:5px;
    font-size: 12px;
}
.dt-button.buttons-collection{
    border:1px solid #ccc;
}