﻿/*
---------------------------------------------------------
custom system for KFU.edu.sa IT deanship
DeveloFront-end ped By : Husien Adel
Ver : 1.0
Date : 2019-04-08 13:52:17
---------------------------------------------------------
*/

@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");



@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(Assets/fonts/Poppins/Poppins-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url(Assets/fonts/Poppins/Poppins-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url(Assets/fonts/Poppins/Poppins-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url(Assets/fonts/Poppins/Poppins-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url(Assets/fonts/Poppins/Poppins-ExtraBold.ttf) format("truetype");
}

/******* Arabic Font *******/
/*@font-face {
    font-family: "DINNext";
    font-style: normal;
    font-weight: 300;
    src: url(Assets/fonts/DINNext/DINNext-Ultralight.ttf) format("truetype");
}

@font-face {
    font-family: "DINNext";
    font-style: normal;
    font-weight: 400;
    src: url(Assets/fonts/DINNext/DINNext-Light.ttf) format("truetype");
}

@font-face {
    font-family: "DINNext";
    font-style: normal;
    font-weight: 500;
    src: url(Assets/fonts/DINNext/DINNext-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "DINNext";
    font-style: normal;
    font-weight: 600;
    src: url(Assets/fonts/DINNext/DINNext-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "DINNext";
    font-style: normal;
    font-weight: 700;
    src: url(Assets/fonts/DINNext/DINNext-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "DINNext";
    font-style: normal;
    font-weight: 800;
    src: url(Assets/fonts/DINNext/DINNext-Black.ttf) format("truetype");
}*/

@font-face {
    font-family: "Somar";
    font-style: light;
    font-weight: 300;
    src: url(Assets/fonts/somar/Somar-ExtraLight.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    font-style: normal;
    font-weight: 400;
    src: url(Assets/fonts/somar/Somar-Light.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    font-style: medium;
    font-weight: 600;
    src: url(Assets/fonts/somar/Somar-Bold.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Somar";
    font-style: bold;
    font-weight: 700;
    src: url(Assets/fonts/somar/Somar-ExtraBold.otf) format("opentype");
    font-display: swap;
}


body {
    /*font-family: "DINNext", "Poppins", Arial, sans-serif;*/
    font-family: 'Somar', 'Poppins', Arial, sans-serif;
    font-weight: 500;
    background-color: var(--kt-light);
}

html {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
}

body {
    padding: 0;
    margin: 0;
    counter-reset: counterHome;
}

.container {
    min-height: 330px;
}

#header {
    width: 100%;
    height: 225px;
    background: #005C69 url("img/header.svg") center no-repeat;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    background-size: cover;
}

.headerTitle {
    width: 100%;
    text-align: center;
}

    .headerTitle h2 {
        color: #fff;
        font-size: 1.4rem;
        margin: 100px auto 0;
        display: inline-block;
        text-transform: capitalize;
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    }

        .headerTitle h2 span {
            display: block;
            color: #fff;
            font-size: 1.2rem;
            padding: 7px 0;
        }

    .headerTitle .icon {
        color: #fff;
        font-size: 2.5rem;
        display: block;
        color: #f8cf3c;
        text-transform: capitalize;
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
    }

.boxIcon {
    width: 100%;
    height: 120px;
    position: relative;
    padding-top: 90px;
    margin: 50px auto 45px;
    text-align: center;
}

    .boxIcon .icon {
        display: block;
        width: 120px;
        height: 120px;
        background-color: #b7882d;
        border-radius: 20px;
        color: #fff;
        font-size: 3rem;
        position: absolute;
        top: 0;
        line-height: 130px;
        right: 0;
        left: 0;
        margin: 0 auto;
        transition: all 0.3s;
        /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);*/
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .boxIcon .icon::before {
            content: "";
            display: block;
            width: 85%;
            height: 85%;
            border: 2px dashed #fff;
            border-radius: 10%;
            position: absolute;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            top: 7.5%;
            left: 7.5%;
        }

    .boxIcon a:hover .icon {
        background-color: #005C69;
    }

    .boxIcon a {
        display: block;
        text-align: center;
        color: #484848;
        font-size: 1.1rem;
        transition: all 0.3s;
        padding: 40px 0;
    }

    .boxIcon .greenBg {
        background-color: #C69A47;
    }

    .boxIcon a:hover .greenBg {
        background-color: #b7882d;
    }

    .boxIcon a:hover {
        text-decoration: none;
        color: #005C69;
    }

.rights {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.textEntry {
    width: 100%;
    font: 1rem "Noto Naskh Arabic", sans-serif;
    direction: rtl;
    line-height: 1.8;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
    /*height: 300px;*/
    padding: 20px 5px 5px 5px;
    margin: 30px auto 30px;
    border-radius: 10px;
    text-align: center;
    border-top: 3px solid #b7882d;
    position: relative;
}

    .textEntry h3 {
        font-size: 1.3rem;
        padding-bottom: 10px;
        color: #484848;
    }

    .textEntry p {
        padding: 10px 15px;
    }

    .textEntry ul {
        margin: 0;
        padding: 0 10px 0 0;
        width: 100%;
    }

        .textEntry ul li {
            position: relative;
            list-style: none;
            text-align: right;
            padding: 0 2.5px;
            line-height: 2;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .textEntry ul li:last-child {
                border: none;
            }

.greenBorder {
    border-top: 3px solid #216012;
}

.loginBox {
    width: 55%;
    margin: 120px auto 0;
    transition: all 0.3s;
}

    .loginBox label {
        display: block;
        text-align: center;
    }

    .loginBox .icon {
        display: block;
        width: 100px;
        height: 100px;
        background-color: #005c69;
        color: #fff;
        text-align: center;
        border-radius: 20px;
        font-size: 3rem;
        line-height: 100px;
        margin: 0 auto;
        box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .loginBox h2 {
        text-align: center;
        padding: 15px 0;
    }

input.IdImage,
input.IdNumber {
    width: 100%;
    padding: 15px;
    background: -webkit-linear-gradient(46deg, #0b6f77, #005c69);
    background: linear-gradient(46deg, #0b6f77, #005c69);
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-bottom: 15px;
}

input.loginName,
input.mobileNo {
    width: 100%;
    padding: 15px;
    background: -webkit-linear-gradient(46deg, #0b6f77, #005c69);
    background: linear-gradient(46deg, #0b6f77, #005c69);
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-bottom: 15px;
}

    input.IdImage:hover,
    input.IdImage:focus,
    input.loginPassword:hover,
    input.loginPassword:focus,
    input.loginSubmit:hover,
    input.loginSubmit:focus,
    input.mobileNo:focus,
    input.mobileNo:focus,
    .loginName:hover,
    .loginName:focus {
        outline: none;
    }

.IdImage::placeholder,
.loginName::placeholder,
.mobileNo::placeholder,
.IdNumber::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; /* Firefox */
}

.IdImage:-ms-input-placeholder,
.loginName:-ms-input-placeholder,
.mobileNo:-ms-input-placeholder,
.IdNumber:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.7);
}

.IdImage::-ms-input-placeholder,
.loginName::-ms-input-placeholder,
.mobileNo::-ms-input-placeholder,
.IdNumber::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.7);
}

input.nextStep {
    width: 100%;
    border: none;
    color: #fff;
    background-color: #ceaa29 !important;
    border-radius: 5px !important;
    padding: 12.5px;
    font-size: 1.2rem;
}

input.loginSubmit:hover {
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

a.forgetPassword {
    display: block;
    width: 100%;
    color: #484848;
    padding: 20px 0;
    text-align: center;
}

    a.forgetPassword:hover {
        font-weight: bold;
        color: #144b08;
    }

#topBar {
    width: 100%;
    height: 30px;
    padding: 15px 0 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
}

    #topBar ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

        #topBar ul li {
            list-style: none;
            width: calc(100% / 3);
            text-align: center;
        }

            #topBar ul li a {
                color: #fff;
            }

            #topBar ul li:first-child a {
                color: #ceaa29;
            }

            #topBar ul li a:hover {
                color: #ceaa29;
                text-decoration: none;
            }

            #topBar ul li a .fas {
                margin-left: 4px;
                vertical-align: middle;
            }

.applyGroupInfo iframe {
    width: 95%;
    height: 150px;
    margin: 0 auto 25px;
}

.noBorder {
    border: none;
}

.headeraddins {
    width: 20%;
    position: absolute;
    top: 10px;
    left: 40px;
}

    .headeraddins ul {
        padding: 0;
        margin: 0px;
        display: flex;
        align-content: center
    }

        .headeraddins ul li {
            list-style: none;
            width: calc(100%/2);
            text-align: center;
        }

        .headeraddins ul a {
            color: #0b6f77;
            text-transform: capitalize;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            border-top: 2px solid transparent;
            padding: 6px 5px 0;
            transition: all .3s;
        }

            .headeraddins ul a .fas {
                color: #ceaa29
            }

            .headeraddins ul a:hover {
                text-decoration: none;
                border-top: 2px solid #ceaa29;
            }

/* resposnive Layout */
@media screen and (max-width: 650px) {
    html {
        font-size: 14px;
    }

    #topBar ul {
        font-size: 0.85rem;
        width: 100%;
        padding: 0;
    }

    .headerTitle .icon {
        top: 25px;
    }

    .headerTitle h2 {
        margin-top: 80px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: .5rem;
        justify-content: center;
    }

    .boxIcon {
        margin: 50px auto 45px;
    }

    .textEntry {
        margin: 10px auto 30px;
        overflow: hidden;
        height: 220px;
        width: 95%;
    }

    #loginBox {
        width: 95%;
        margin: 50px auto 50px;
    }

    #footer {
        margin-top: 80px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .rights {
        font-size: 0.85rem;
        bottom: 15px;
    }

    .container {
        min-height: initial;
    }

    .headeraddins {
        width: 50%;
        top: 130px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

form {
    margin: 0 auto;
    width: 100%;
}

.form-control:focus {
    color: #fff;
}

.loginBox label {
    font-size: 17px;
    color: #005c69;
    font-weight: bold;
}

/*Over Write*/

/*
---------------------------------------------------------
custom system for KFU.edu.sa IT deanship
DeveloFront-end ped By : Husien Adel
Ver : 1.0
Date : 2019-04-08 13:52:17
---------------------------------------------------------
*/

@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");

html {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-size: 17px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    padding: 0;
    margin: 0;
    counter-reset: counterHome;
}

#header {
    width: 100%;
    height: 265px;
    background: #005c69 url(img/header.svg) center no-repeat;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.headerTitle {
    width: 100%;
    text-align: center;
}

    .headerTitle h2 {
        color: #fff;
        font-size: 1.8rem;
        margin: 155px auto 0;
        display: block;
        text-align: center;
        text-transform: capitalize;
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    }

        .headerTitle h2 .fas {
            color: #ceaa29
        }

/* .headerTitle .icon {
  color: #fff;
  font-size: 2rem;
  display: inline;
  color: #f8cf3c;
  text-transform: capitalize;
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
} */

.boxIcon {
    width: 100%;
    height: 120px;
    position: relative;
    padding-top: 90px;
    margin: 100px auto 45px;
    text-align: center;
}

    .boxIcon .icon {
        display: block;
        width: 120px;
        height: 120px;
        background-color: #b7882d;
        border-radius: 20px;
        color: #fff;
        font-size: 3rem;
        position: absolute;
        top: 0;
        line-height: 120px;
        right: 0;
        left: 0;
        margin: 0 auto;
        transition: all 0.3s;
        /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);*/
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .boxIcon .icon::before {
            content: "";
            display: block;
            width: 85%;
            height: 85%;
            border: 2px dashed #fff;
            border-radius: 10%;
            position: absolute;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            top: 7.5%;
            left: 7.5%;
        }

    .boxIcon a:hover .icon {
        background-color: #0B6F77;
    }

    .boxIcon a {
        display: block;
        text-align: center;
        color: #484848;
        font-size: 1.1rem;
        transition: all 0.3s;
        padding: 40px 0;
    }

    .boxIcon .greenBg {
        background-color: #0B6F77;
    }

    .boxIcon a:hover .greenBg {
        background-color: #b7882d;
    }

    .boxIcon a:hover {
        text-decoration: none;
        color: #0B6F77;
    }

.container {
    min-height: 100%;
    position: relative;
}

#footer {
    width: 100%;
    height: 50px;
    background: #0B6F77;
    background: -moz-linear-gradient(-45deg, #0B6F77 0%, #005C69 100%);
    background: -webkit-linear-gradient(-45deg, #0B6F77 0%,#005C69 100%);
    background: linear-gradient(135deg, #0B6F77 0%,#005C69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a87d3', endColorstr='#264eab',GradientType=1 );
    margin: 0px auto;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
}

.rights {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.textEntry {
    width: 80%;
    font: 1rem "Noto Naskh Arabic", sans-serif;
    direction: rtl;
    line-height: 1.8;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 5px 5px 25px;
    margin: 30px auto 60px;
    border-radius: 10px;
    text-align: center;
    border-top: 3px solid #b7882d;
    position: relative;
    overflow: hidden;
}

    .textEntry h3 {
        font-size: 1.6rem;
        padding-bottom: 10px;
        color: #005C69;
    }

    .textEntry p {
        padding: 10px 15px;
    }

    .textEntry ul {
        margin: 0;
        padding: 0 10px 0 0;
        width: 100%;
    }

        .textEntry ul li {
            position: relative;
            list-style: none;
            text-align: right;
            padding: 0 2.5px;
            line-height: 2;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .textEntry ul li:last-child {
                border: none;
            }

.greenBorder {
    border-top: 3px solid #216012;
}

.loginBox {
    width: 55%;
    margin: 120px auto 50px;
    transition: all 0.3s;
}

    .loginBox label {
        display: block;
        text-align: center;
    }



    .loginBox .icon {
        display: block;
        width: 100px;
        height: 100px;
        background-color: #005c69;
        color: #fff;
        text-align: center;
        border-radius: 20px;
        font-size: 3rem;
        line-height: 100px;
        margin: 0 auto;
        box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .loginBox h2 {
        text-align: center;
        padding: 15px 0;
    }

input#IdImage,
input#IdNumber {
    width: 100%;
    padding: 15px;
    background: -webkit-linear-gradient(46deg, #0b6f77, #005c69);
    background: linear-gradient(46deg, #0b6f77, #005c69);
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-bottom: 15px;
}

input#loginName,
input#mobileNo {
    width: 100%;
    padding: 15px;
    background: -webkit-linear-gradient(46deg, #0b6f77, #005c69);
    background: linear-gradient(46deg, #0b6f77, #005c69);
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-bottom: 15px;
}

    input#IdImage:hover,
    input#IdImage:focus,
    input#loginPassword:hover,
    input#loginPassword:focus,
    input#loginSubmit:hover,
    input#loginSubmit:focus,
    input#mobileNo:focus,
    input#mobileNo:focus,
    #loginName:hover,
    #loginName:focus {
        outline: none;
    }

#IdImage::placeholder,
#loginName::placeholder,
#mobileNo::placeholder,
#IdNumber::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; /* Firefox */
}

#IdImage:-ms-input-placeholder,
#loginName:-ms-input-placeholder,
#mobileNo:-ms-input-placeholder,
#IdNumber:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.7);
}

#IdImage::-ms-input-placeholder,
#loginName::-ms-input-placeholder,
#mobileNo::-ms-input-placeholder,
#IdNumber::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.7);
}

input#nextStep {
    width: 100%;
    border: none;
    color: #fff;
    background-color: #ceaa29;
    border-radius: 5px;
    padding: 12.5px;
    font-size: 1.2rem;
}

input#loginSubmit:hover {
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

a#forgetPassword {
    display: block;
    width: 100%;
    color: #484848;
    padding: 20px 0;
    text-align: center;
}

    a#forgetPassword:hover {
        font-weight: bold;
        color: #144b08;
    }

#topBar {
    width: 100%;
    height: 30px;
    padding: 15px 0 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    display: none;
}

    #topBar ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

        #topBar ul li {
            list-style: none;
            width: calc(100% / 3);
            text-align: center;
        }

            #topBar ul li a {
                color: #fff;
            }

            #topBar ul li:first-child a {
                color: #ceaa29;
            }

            #topBar ul li a:hover {
                color: #ceaa29;
                text-decoration: none;
            }

            #topBar ul li a .fas {
                margin-left: 4px;
                vertical-align: middle;
            }

.applyGroupInfo iframe {
    width: 95%;
    height: 150px;
    margin: 0 auto 25px;
}

.noBorder {
    border: none;
}

.headeraddins {
width:50%;
position:relative;
float:inherit;
margin: 15px auto;
left:0;
right:0;
}

    .headeraddins ul {
        padding: 0;
        margin: 0px;
        display: flex;
        align-content: center
    }

        .headeraddins ul li {
            list-style: none;
            width: calc(100%/2);
            text-align: center;
        }

        .headeraddins ul a {
            color: #183b7e;
            text-transform: capitalize;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            border-top: 2px solid transparent;
            padding: 10px 5px 0;
            transition: all .3s;
            text-wrap: nowrap;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: .5rem;
        }

            .headeraddins ul a .fas {
                color: #ceaa29
            }

            .headeraddins ul a:hover {
                text-decoration: none;
                border-top: 2px solid #ceaa29;
            }

/* resposnive Layout */
@media screen and (max-width: 650px) {
    html {
        font-size: 14px;
    }

    .headerTitle h2 .fas {
        display: block;
    }

    #topBar ul {
        font-size: 0.85rem;
        width: 100%;
        padding: 0;
    }

    .headerTitle .icon {
        top: 10px;
    }

    .headerTitle h2 {
        margin-top: 161px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: .5rem;
        justify-content: center;
    }

    .boxIcon {
        margin: 50px auto 45px;
    }

    .textEntry {
        margin: 10px auto 30px;
        overflow: hidden;
        height: auto;
        width: 95%;
    }

    .loginBox {
        width: 95%;
        margin: 50px auto 50px;
    }

    #footer {
        margin-top: 80px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    .rights {
        font-size: 0.85rem;
        bottom: 5px;
    }

    .container {
        min-height: initial;
    }

    .headeraddins {
        width: 100%;
        top: 8px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

.importantNote {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    background-color: #0B6F77;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.1rem;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
}

    .importantNote h4 {
        font-size: 1.1rem;
        font-weight: 500;
        text-align: center;
    }

.main_wrap {
    min-height: calc(100vh - 330px);
}