﻿
.animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.panel-body {
    padding: 15px;
    background-color: #fff;
}

.card {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Roboto', sans-serif;*/
}

.card .sec-header-holder {
    text-align: center;
    padding-bottom: 20px;
}

.section {
    margin: 0 auto;
}


input[type="checkbox"] {
    width: 23px;
    height: 23px;
    vertical-align: bottom;
    margin-right:1px;
    margin-left:1px;
}


.custom-card {
    position: relative;
    top: 25px;
    margin: 0 auto;
    background-color: #fff;
    justify-content: center !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0px 2px 9px 1px #004c88;
    padding: 20px 40px 5px;
    border-radius: 10px;
}
    .custom-card .card-title
    {
        font-size:24px;
        font-weight:bold;
        text-align:center;
        margin-top:5px;
        margin-bottom:2px;
    }
    .btn-submit:hover {
        color: var(--main-fill-hover-color);
        background-color: var(--main-fill-hover-bg);
        border-color: var(--main-fill-hover-border-color);
    }

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(255 218 109) !important;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-group .form-row {
    position: relative;
}
.btn-primary-old {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary-old:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.form-group i:not(.icon-after) {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #363434;
    padding: 19px;
    background-color: var(--main-fill-color);
    border-radius: 5px 0 0 5px;
}

.form-group i.icon-after {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #363434;
    padding: 19px;
    background-color: #2e9fdc;
}

.form-group i.toggle-password {
    color: #a1a1a1;
    background-color: transparent !important;
}


.form-group input.form-control {
    padding-left: 58px;
    /*-webkit-box-shadow: none !important;*/
    /*box-shadow: none !important;*/
    border: 1px solid #ffc107 !important;
    height: initial !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.icon {
    position: relative;
    top: -10px;
}

.or-line::before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 23%;
    background-color: #ebebeb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    left: 65%;
}

.or-line::after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 23%;
    background-color: #ebebeb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    right: 65%;
}
