/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.creat-form .form-control {
    width: 72.3%;
    float: left;
    padding: 7px 11px 7px;
    height: 37px;
}
.creat-form button{
    width: auto;
    float: right;
}
.eyeonid_card {
    border: 1px solid #dbdbdbdd;
    padding:10px 30px 30px;
    width: 100%;
}
.eyeonid_card .accounts-email{
    width: 320px;
    font-size: 14px;
}
.eyeonid_card .btn.btn-danger i,.btnback-eyeonid i{
    margin: 0;
}
.eyeonid_card h4 {
    margin: 15px 0 28px;
}
.btnback-eyeonid{
    color: #fff;
    background-color: #293949;
    border-radius: 3px;
    border: none;
    font-size: 15px;
}
.btnback-eyeonid:hover{
    color: #fff;
}
.back-overview {
    margin-top: 20px;
}
.creat-account form{
    float: left;
}
.creat-account a{
    float: left;
    max-width: min-content;
    margin-left: 10px;
}
.delete-btn{
    display: flex;
    align-items: center;
}
.back-overview{
    background-color: #293949;
}
.back-overview:hover{
    background-color: #2e4051;
}
#footer .panel-body{
    background: #2e4051;
}