/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2019, 3:00:33 PM
    Author     : cmadmin
*/
.register-box {
    width: 70%;
    margin: 1% auto;
    padding-bottom: 3%;
}
.select2-container--default .select2-selection--single {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.select2-container--default .select2-selection--multiple {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}
.select2-container--default .select2-selection--single  .select2-selection__arrow b {
    top: 85%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #CCC;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 40px;
    height: 80px;
    padding-top: 0;
    color:#fff;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2D435A;
    color: #EEE;
    padding: 20px;
    height: 60px;
    
}
p {
    margin: 0 0 -3px;
}