﻿body {
    background: #00a69c;
}


.login-container {
    margin-top: 9%;
    margin-bottom: 5%;
}

.login-form-1 {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    background: white;
    /*border-top: 2px solid #008d86;
    border-bottom: 2px solid #008d86;
    border-left: 2px solid #008d86;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .login-form-1 h3 {
        text-align: center;
        color: #002c50;
    }

.login-form-2 {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-top: 2px solid #008d86;
    border-bottom: 2px solid #008d86;
    border-left: 2px solid #008d86;
}

    .login-form-2 h3 {
        text-align: center;
        color: #fff;
    }

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 30%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    color: #fff !important;
    background-color: #00a69c;
    font-family: 'ITC-AVANT-GARDE-GOTHIC-STD-BOOK-58957161D80EB';
    font-size: 14px;
}

.login-form-2 .btnSubmit {
    color: #0062cc;
    background-color: #fff;
}

.login-form-2 .ForgetPwd {
    color: #fff;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: #0062cc;
    text-decoration: none;
}

/*.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 2.4rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2b4b;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'ITC-AVANT-GARDE-GOTHIC-STD-BOOK-58957161D80EB';
}

.login-img {
    height: 440px;
    background: #ced4da;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1066px;
    }
}

.form-group .input-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: 11px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #00203c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    font-family: 'ITC-AVANT-GARDE-GOTHIC-STD-BOOK-58957161D80EB';
}

@font-face {
    font-family: 'ITC-AVANT-GARDE-GOTHIC-STD-BOLD-589572C7E9955';
    src: url('../OTF/ITC-AVANT-GARDE-GOTHIC-STD-BOLD-589572C7E9955.OTF') format('opentype');
}

@font-face {
    font-family: 'ITC-AVANT-GARDE-GOTHIC-STD-BOOK-58957161D80EB';
    src: url('../OTF/ITC-AVANT-GARDE-GOTHIC-STD-BOOK-58957161D80EB.OTF') format('opentype');
}


.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.slider-domestic .swiper-wrapper .swiper-slide {
    overflow: hidden;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.margin-none {
    margin: 0 !important;
}

.border-white {
    border-color: #fff !important;
}

.img-caption-holder {
    width: 50%;
    position: relative;
}

.img-caption-img {
    overflow: hidden;
    float: left;
}

.caption-inner {
    background: #002c50;
    text-align: center;
    padding: 8px 15px 15px 15px;
    z-index: 1;
    position: relative;
}

.margin-logindiv {
    margin: 8rem 3rem 3rem 17rem;
}

.d-flex {
    display: flex;
}

.login-div {
    max-width: 50%;
    flex: 0 0 50.333333%;
    padding: 1.5rem 3.5rem 0rem 3rem;
}

.login-logo {
    width: 228px;
    margin: 0px 3px 3px 40px;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

    .login-img {
        width: 100% !important;
    }

    .margin-logindiv {
        margin: 0rem 0rem 0rem 0rem !important;
    }

    .d-flex {
        display: block !important;
    }

    .login-div {
        max-width: unset !important;
        padding: 1rem 1rem 1rem 1rem;
        margin-top: 1rem
    }

    .img-caption-holder {
        width: 100% !important;
        position: relative;
    }

    .login-logo {
        width: 228px;
        margin: 0px 0px 0px 25px;
        margin-bottom: 2rem;
    }

    .login-form-1 {
        box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%);
        background: white;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px !important;
    }

    .login-img {
        height: 440px;
        background: #ced4da;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border-top-right-radius: 0px !important;
    }
}
