﻿.custom-button {
    background: #afc7ff;
    border: 3px solid rgba(175, 199, 255, .3);
    border-radius: 24px;
    text-align: center;
    text-transform: uppercase;
    min-width: 160px;
    height: 40px;
    font-size: 12px;
    font-weight: 900;
    color: #FFFFFF;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    outline: none;
}

/*.custom-selector {
    border: none;
    background-color: #154281;
    color: #FFFFFF;
    outline: none;
    font-size: 16px;
    min-width: 100px;
    text-align: center !important;
}

.custom-option {
    text-align: center !important;
    padding: 10px !important;
}*/

.custom-selector {
    min-width: 100px;
    background: #154281;
    border: none;
    outline: none !important;
    color: white;
    text-align: center;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
}

.header1 {
    color: #485465;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
}

.header2 {
    color: #485465;
    text-transform: uppercase;
    font-weight: bold;
}

.header3 {
    color: #485465;
    font-size: 12px;
    text-transform: uppercase;
}

.input-box {
    padding: 10px 0;
}

.input-label {
    color: #485465;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
}

.logo {
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0.7;
}

.side-menu {
    position: absolute;
    right: 40px;
    top: 270px;
}

.side-menu div {
    padding: 12px 0;
}