﻿.RegistrationHeader {
    color: green !important;
}

.Autoheight {
    height: auto !important;
}

.page-header .page-header-top .page-logo {
    width: 400px !important;
}

.divWaiting {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.05;
    cursor: wait;
    position: absolute;
    background-color: rgb(85, 85, 85);
}

.alert {
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 10px !important;
}
