@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/monts/Montserrat-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/monts/Montserrat-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/monts/Montserrat-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/monts/Montserrat-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/poppins/Poppins-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Poppins;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/poppins/Poppins-Bold.woff2) format("woff2")
}

.validation-summary-errors li {
    font-family: Montserrat;
    list-style-type: ' * '
}

input {
    border: 1px solid #000 !important
}

body {
    max-width: 1024px;
    margin: auto
}

.welcome-bg {
    position: relative;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -66px
}

.logout-btn {
    position: absolute;
    bottom: 110px;
    right: 43%;
    background-color: transparent;
    border: 1px solid transparent;
    color: #35aa81;
    padding: 9px 28px;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat
}

    .logout-btn:hover {
        background-color: transparent;
        border: 1px solid transparent;
        color: #35aa81
    }

.main-bg {
    max-width: 100%;
    width: 100%
}

.info {
    position: absolute;
    bottom: 88px
}

.cust-btn {
    background-image: linear-gradient(0deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%),linear-gradient(90deg,#10217d 0,#35aa81 75.37%);
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    padding: 16px 31px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-decoration: none
}

.flip-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.footer-1 {
    height: 172px;
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-top: -55px;
    position: relative;
    z-index: 3
}

.foot-info {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    width: 100%;
    align-items: center
}

    .foot-info p {
        color: #fff;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.3
    }

    .foot-info a {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        font-family: Montserrat
    }

        .foot-info a:active {
            color: #fff
        }

.foot-bg {
    max-width: 100%;
    width: 100%
}

.linkd {
    float: right;
    position: relative;
    top: 12px;
    left: 50px;
    height: 30px
}

.home-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(16,33,125,.1);
    max-width: 700px;
    height: 180px;
    align-items: center;
    display: flex;
    padding: 30px;
    position: relative;
    margin-bottom: 40px
}

    .home-box .row {
        width: 100%;
        align-items: center
    }

.semi-c {
    position: absolute;
    right: 0;
    height: 180px;
    z-index: 0
}

.arr-move {
    width: 110px;
    z-index: 3;
    position: relative
}

.home-box p {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: Montserrat
}

.form-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(16,33,125,.1);
    max-width: 700px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: flex
}

    .form-box label {
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 600;
        color: #444
    }

    .form-box button {
        border-radius: 5px;
        background-color: #35aa81;
        border: 1px solid #35aa81
    }

        .form-box button:hover {
            background-color: #35aa81;
            border: 1px solid #35aa81
        }

    .form-box .access:active {
        background-color: #35aa81;
        border: 1px solid #35aa81
    }

button {
    font-family: Montserrat !important
}

.form-title {
    color: #10217d;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0
}

.grey-text {
    color: #444;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.header {
    height: 172px;
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-top: -55px;
    position: relative;
    z-index: 3
}

.footer-2 {
    background-image: linear-gradient(310deg,#2887c8 .01%,#35aa81 19.27%,#10217d 100%);
    padding: 30px 90px
}

    .footer-2 p {
        color: #fff;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.3
    }

    .footer-2 a {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        font-family: Montserrat
    }

.linkd-2 {
    float: right
}

.content-area {
    position: absolute
}

.link-mail {
    color: #2887c8;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline
}

.m-ani {
    width: 85%;
    display: block;
    margin: auto
}

.modal-body {
    color: #10217d;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}

.thk-text {
    color: #10217d;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600
}

.thk-text-2 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.content-area .form-control {
    height: 43px
}

.other-text {
    height: 30px !important;
    margin-left: 25px
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media only screen and (min-width:1200px) {
    .info {
        bottom: unset
    }
}
