@charset "UTF-8";

body {
    background-color: #2d2d2d !important
}

.login .content {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 50px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.login-body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: url('/indlela/apps/SIMO/public/images/RevenueWeaver.jpg') no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-animation: myfirst 5s ; /* Chrome, Safari, Opera */
    animation: myfirst 5s ;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {opacity: 0.2;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
    from {opacity: 0.2;}
    to {opacity: 1;}
}

h5 {
    text-align: center;
    margin: 0 auto;
    padding: 35px;
    color: #eee;
    font-size: 35px !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.full-page-wrapper .logo, .login .logo {
    margin: 0 auto 10px;
    padding: 15px 15px 0px 5px;
    text-align: center;
    width: 400px;
}
.full-page-wrapper .logo{
    position: relative;
    margin: 15px auto 10px;
}

.content {
    background-color: rgba(0, 0, 0, 0.47) !important;
    width: 50%;
    margin: 0 auto 0;
    padding: 20px 20px 20px 20px;
}

#socialLinks {
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.returnBtn {
    margin-top: 13px;
}

.login .content .form-actions .checkbox {
    margin-left: 20px !important;
}

.login .content .form-actions {
    text-align: right;
}

.portlet {
    margin-bottom: 0 !important;
}

.login {
    background: transparent !important;
}

.highlight-default-role {
    border: solid 4px #8A8A8A !important;
}

.default-role-tick {
    right: 5px;
    top: 5px;
    position: absolute;
    font-size: 16px;
}

.login .content .form-title {
    font-weight: 300;
    color: #fff;
    text-align: left;
    text-shadow: 0px 0px 2px #6da1d2; /* Similar colour to .content BG */
}

.alert {
    margin: 10px 0 14px 0 !important;
    text-shadow: 0px 0px 2px #b3b3b3;
}

.trouble-msg {
    color: #fff !important;
    text-align: left !important;
    float: left;
}

.line-dotted {
    border-top: 1px dotted #eee;
    padding-top: 24px;
    margin-top: 75px !important;
}

.line-logout-dotted {
    border-top: 1px dotted #eee;
    padding-top: 24px;
    margin-top: 20px !important;
}

.log-out {
    text-align: center !important;
}

.btn [class^="flaticon-"], .btn [class*=" flaticon-"], .btn [class^="flaticon2-"], .btn [class*=" flaticon2-"] {
    font-size: 1.2rem;
    float: none !important;
}

.btn i {
    padding-right: 0rem !important;
}

.mb-20, .my-20 {
    margin-bottom: 2rem !important;
}

.form-group.d-flex.flex-wrap.justify-content-between.align-items-center {
    float: right;
}

.fv-plugins-message-container {
    float: left;
    margin-bottom: 1rem;
}

.la.la-arrow-circle-o-right {
    padding-left: 3px;
}

/*** GIMS Specific ***/
.gims-flex{
    position: relative;
}
.gims-text{
    position: absolute;
    left: 11px;
    bottom: -14px;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 0px 3px #000;
}
.card{
    background-color: #333333;
}
#roleSelect .note p{
    font-size: 14px !important;
    text-shadow: 0 0px 3px #000;
}