﻿/**, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}*/

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir_ff/AvenirLTStd-Roman.otf');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/* Generic */
body {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Avenir', sans-serif;
    font-size: 12.5px;
    background-color: #EDF2F0;
    line-height: 2.2;
    color: #0b2027;
}

h4 {
    color: #f26224;
}

h2 {
    color: #04559d;
}

hr {
    border-top: 3px solid #f26224;
}

.container {
    padding-top: 60px;
}

.container-footer {
    padding: 30px 10px;
    text-align:center;
}

.wrapper {
    min-height: 100vh;
}
.wrap {
    display: flex;
}

.left {
    flex: 0 0 65%;
}

.right {
    flex: 1;
}

.main {
    position: relative;
    height: 500px;
    background-color: #FDFDFD;
}

.containers {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 600px;
    height: 100%;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 45px;
}


.form__span {
    margin-top: 30px;
    margin-bottom: 12px;
}

.form__link {
    color: #2F2F2F;
    font-size: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #B4B4B4;
    line-height: 2;
}

.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #156d88;
}


.button {
    width: 200px;
    height: 45px;
    border-radius: 20px;
    /*margin-top: 50px;*/
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-image: linear-gradient(to left, #49b849, #04559d, #653089, #e83238, #f26224 );
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
}

.button-sml {
    width: 80px;
    height: 35px;
    border-radius: 15px;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    background-image: linear-gradient(to left, #49b849, #04559d, #653089, #e83238, #f26224 );
    border: 2px solid #FDFDFD;
    color: #FDFDFD;
    white-space: nowrap;
}

.button-sml-a {
    width: 80px;
    height: 35px;
    padding: 8px;
    border-radius: 12px;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    white-space:nowrap;
    background-image: linear-gradient(to left, #49b849, #04559d, #653089, #e83238, #f26224 );
    color: #FDFDFD;
}

.button-sml-b {
    width: 35px;
    height: 30px;
    padding: 8px;
    border-radius: 12px;
    text-align:center;
    color: white;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    white-space: nowrap;
    background-image: linear-gradient(to left, #49b849, #04559d, #653089, #e83238, #f26224 );
    color: #FDFDFD;
}

.button-app {
    padding: 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-image: linear-gradient(to left, #49b849, #04559d, #653089, #e83238, #f26224 );
    color: #FDFDFD;
}

.button-side {
    width: 250px;
    font-size: 9px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #000;
    background-color: #fff;
    border: none;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

    .button-side:hover {
        background-color: #2EE59D;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    }

.btnsubmit {
    padding: 0 30px 0 30px;
    height: 50px;
    border-radius: 27.5px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #156d88;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
}

.button-secondary {
    width: 150px;
    height: 50px;
    border-radius: 27.5px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: grey;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    outline: none;
}

.b-container {
    left: calc(100% - 600px );
    z-index: 0;
}

.w-notes {
    width: 380px;
}

.login-image {
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 560px;
    z-index: 200;
    transition: 1.25s;
    overflow: hidden;
}

.nav-item {
    /*text-align: center;*/
    width: 120px;
    cursor: pointer;
    color: #fff;
}

.bg-teal {
    background-color: #156d88;
    color: #fff;
}

.link-color {
    color: #fff;
    font-weight: bold;
}

.a-color {
    color: #0587b0;
    font-weight: bold;
}

.tab-style {
    color: #04559d;
    font-weight: 700;
    font-size: 13px;
}

.card-header {
    padding: 1px 0px 0px 10px;
    margin-bottom: 0;
    border-radius: 5px !important;
    background-color: #f26224;
    /*background-image: linear-gradient(to left, #49b849, #04559d, #653089, #e83238, #f26224 );*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #fff !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: 15px;
}

.cards {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to left, #f79d76, #f79d76,#f26224 );
    border-radius: 15px;
}

.dark-text {
    color: black !important;
    font-size: 12.5px;
}

.snowi {
    width: 90px !important;
    height: 120px !important;
    border: 0;
    padding-top: 55px !important;
    float: right;
    margin-right: 35px !important;
}

.flex-v-center {
    display: flex;
    align-items: center;
}

.edit-app {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
}

.radio-space {
    padding-right: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.modal-bottom-border {
    border-bottom: 3px solid 
}

