@charset "UTF-8";

.verify-fresh {
    flex: 0 0 48px !important;
    max-height: 40px;
    background: url(/assets/img/refresh.svg) center center no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.verify-fresh:before {
    display: block;
    content: "";
    padding: 24px;
}

label.error {
    line-height: 1.5;
    font-size: 0.9em;
    color: #dc3545;
    margin-bottom: 0;
}

form .form-group {
    margin-bottom: 28px;
}

form .form-group .form-control {
    margin-bottom: 0;
}

.con-box .select-menu {
    margin-bottom: 0;
}