html,
body {
    margin: 0;
    padding: 0;
    font-family: Sakkal Majalla !important;
}

a {
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*-----------
Header Styles
------------*/

.header {
    width: 1200px;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.margin-top
{
    margin-top: 30px;
}

.header .logo_1 {
    display: table-cell;
    text-align: center;
}

.header .main_title {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding-top: 26px;
}

.header .main_title .title {
    font-size: 68px;
    position: relative;
}
.title .seperator
{
    height: 2px;
    background: #000;
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    

}

.header .main_title .sub-title {
    font-size: 36px;
    margin-top: -12px;
}

.header .logo_2 {
    display: table-cell;
    text-align: center;
}

/*-----------
Box Container 
------------*/

.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}

.box-container {
    width: 100%;
    display: table;
    text-align: center;
    margin: 0px auto;
Margin-top: 46px;
}

.box-container .box {
    width: 300px;
    height: 300px;
    display: table-cell;
    margin: 0 20px;
}

.box figure {
    margin: 0 auto;
    display: block;
    margin: 40px auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition: .3s all;
}

.fig-1 {
    background: #314649;
    box-shadow: 0 0 0 2px #fff, 0 0 0 15px #27235e;
}

.fig-2 {
    background: #893229;
    box-shadow: 0 0 0 2px #fff, 0 0 0 15px #ed2e33;
}

.fig-3 {
    background: #c0a53a;
    box-shadow: 0 0 0 2px #fff, 0 0 0 15px #000000;
}

figure img {
    width: 150px;
    height: 150px;
    margin: 20px auto;
}

.box figcaption {
    font-family: Sakkal Majalla !important;
    font-weight: 600;
    margin-top: 50px;
    font-size: 26px;
    color: #000000;
}

.box:hover .fig-1 {
    box-shadow: 0 0 0 2px #fff, 0 0 0 30px #27235e;
}

.box:hover .fig-2 {
    box-shadow: 0 0 0 2px #fff, 0 0 0 30px #ed2e33;
}

.box:hover .fig-3 {
    box-shadow: 0 0 0 2px #fff, 0 0 0 30px #000000;
}

/*
* LOGIN WRAPPER
 */

 .login-wrapper
 {
     width: 50%;
     height: auto;
     background: #fff;
     margin: 0 auto;
     border: 2px solid #151447;
     padding: 30px 30px;
     display: table;
     /* position: fixed; */
    
 }
 .col {
    display: table-cell;
    vertical-align: middle;
}
.col img{
    display: block;
    padding-bottom: 15px;
    margin: 0 auto;
}

.img-heading {
    text-align: center;
    border-top: 2px solid #131446;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}
 .login-wrapper .wrapper-header
 {
     width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     padding: 15px 0;
     text-align: center;
     font-size: 22px;
     font-family: Roboto;
     font-weight: 500;
 }
 .login-wrapper .wrapper-subheader
 {
     width: 100%;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     padding: 15px 0;
     text-align: center;
     font-size: 16px;
     font-family: Roboto;
     font-weight: 500;
 }
 .wrapper-header>span{
     border-bottom: 2px solid #131446;
 }
 .wrapper-subheader>span{
    border-bottom: 2px solid #131446;
}

 .login-wrapper .wrapper-footer
 {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Roboto;
 }

 .login-wrapper .wrapper-body
 {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 20px;
    font-family: Roboto;
 }
 .wrapper-body .input-group
 {
     display: table;
     box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
 }
 .input-group:last-child{
     margin-bottom: 0px;
 }
 .input-group .icon-box
 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 8px;
    font-size: 20px;
    background: #e0e0e0;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    color: #434343;
    border-radius: 5px 0 0 5px;
    width: 50px;
 }
 .input-group input[type=text],.wrapper-body input[type=password],.wrapper-body input[type=email]
 {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 10px;
    display: table-cell;
    vertical-align: top;
    background: #eeeeee;
    border: 2px solid #bebebe;
    outline: none;
    font-size: 18px;
    border-radius: 30px;
 }

 input::placeholder{
     font-size: 14px !important;
 }
 .input-group .btn
 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 8px;
    border: none;
    padding: 8px 50px;
    font-size: 14px;
    border-radius: 30px;
    background: #191e3e;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: .3s all;
 }
 .btn:hover{
     opacity: .8;
 }
.text-right {
    text-align: right !important;
}

/*-------------
Site responsive
--------------*/


@media screen and (max-width: 1024px) {
    .container {
        width: 100% !important;
    }
    .header {
        width: 100% !important;
    }
    .main_title {
        /* position: absolute;
        left: 0;
        top: 130px; */
        width: 100% !important;
        /* display: table !important; */
    }
    .logo_1 img,
    .logo_2 img {
        width: 120px !important;
        height: 120px !important;
    }
    .title {
        font-size: 40px !important;
    }
    .seperator {
        width: 406px !important;
        bottom: 4px !important;
    }
    .sub-title {
        font-size: 26px !important;
        margin-top: 0px !important;
    }
    .box{
        width: 200px !important;
        height: 200px !important;
    }
    figure{
        width: 150px !important;
        height: 150px !important;
    }
    figure img {
        width: 100px !important;
        height: 100px !important;
    }
    .login-wrapper {
        margin-top: 60px;
        width: 80% !important;
    }
}
@media screen and (max-width: 768px){
    .main_title {
        position: absolute;
        left: 0;
        top: 100px;
        width: 100% !important;
        display: table !important;
    }
    .title {
        font-size: 30px !important;
    }
    .sub-title {
        font-size: 16px !important;
        margin-top: 0px !important;
    }
    .col {
        width: 100% !important;
        display: block;
    }
    .seperator {
        width: 306px !important;
        bottom: 4px !important;
    }
    .login-wrapper {
        margin-top: 80px;
        width: 80% !important;
    }
    .col img {
        width: 150px;
        height: 150px;
    }
}

.copy-right{
    color: #474747;
    font-size: 22px;
    display: block;
    line-height: 1px;
}