
/* AIZAT - CSS ZAKAT */

body#LoginForm{ background-image:url(../../assets/images/bg-ma-demo-01.png); background-repeat:no-repeat; background-position:center; background-size:cover; /*padding:10px;*/}
.login-page{
    padding-top: 110px;
}
.opa_footer{
    opacity: 0.5;
}
.btn.btn-yellow {
background: #f29b33;
color: #fff;
cursor: pointer;
transition: all ease-in 0.3s;
font-size: 14px;
width: 100%;
height: 50px;
line-height: 50px;
padding: 0;
}

/* AIZAT - CSS ZAKAT END */
.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#fff; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

/* Global CSS - Aizat */
/* Button Merah */

.text-blue {
    color: #002680;
}

.btn.btn-red {
    background: #cf0820;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.btn.btn-red:hover {
    background: #e62b41;
    color: #fff;
}

.btn.btn-blue {
    background: #002680;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.btn.btn-blue:hover {
    background: #0f45c3;
    color: #fff;
}

.panel {
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.main-div {
    background: #3d5d8f none repeat scroll 0 0;
    border-radius: 15px;
    margin: 10px auto 30px;
    /*max-width: 70%;*/
    padding: 20px 70px 1px 70px;
}

.login-form .form-group {
    margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}
.login-form  .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.forgot {
    text-align: left; margin-bottom:30px;
}
.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}
.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

/* AIZAT - CSS ZAKAT */

.btn.btn-yellow {
    background: #f29b33;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}