.login{
    background: #f4f4f4;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form{
    background: #fff;
    height: 500px;
    width: 30%;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.input-control input{
    padding: 15px 20px;
    background: #09539c;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
}

.input-control input::placeholder{
    color: #fff;
}

.input-control input:focus{
    background: #09539c;
    outline: none;
}

.submit-btn button{
    background: #ffd00e;
    padding: 15px 20px;
    border-radius: 4px;
    width: 100%;
    color: #09539c;
    text-transform: uppercase;
    font-weight: bold;
}

.logo{
    padding: 20px 20px;
}

.logo img{
    border-radius: 100px;
    height: 100px;
    width: 100px;
}

.check-control{
    margin-bottom: 20px;
    float:left;
}

.check-control label {
    font-size: 14px;
    position: absolute;
    margin: 2px 4px;
}

.sidebar{
    background: #09539c;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 10%;
}

.sidebar .side-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .side-logo img{
    width: 90px;
    height: 90px;
}

.sidebar ul{
    list-style: none;
    padding: 0;
    margin: 13px 0 0 0;
}

.sidebar ul li {
    border-top: 1px solid #eee2;
    border-bottom: 1px solid #eee2;
    padding: 12px 20px;
}

.sidebar ul li a{
    color: #fff;
}

.sidebar ul li a i{
    color: #fff;
    float: right;
}

.right-content {
    width: 90%;
    float: right;
    padding: 100px 17px;
    background: #f8f9fc;
    height: 100vh;
}

.navbar-top{
    background: #fff;
    height: 60px;
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.navbar-top ul {
    list-style: none;
    margin-right: 40px;
    float: right;
}

.navbar-top ul li a {
    color: #2b669a;
    font-size: 14px;
    margin: 20px 0;
    display: inline-block;
    text-transform: uppercase;
}

.data-info{
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    border-radius: 20px;
}

.data-info .section-header {
    padding: 20px 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
    height: 70px;
}

.data-info .section-header h6{
    float: left;
    display: inline-block;
    font-size: 20px;
}

.data-info .section-header a{
    float: right;
}

.data-container{
    background: #fff;
    padding: 20px 10px;
}

.action{
    display: flex;
    flex-direction: row;
}

.action form button{
    margin: 0;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

table{
    margin-bottom: 0 !important;
    border-radius: 20px;
}

table tr th{
    font-size: 10px !important;
}

.data-info .section-header h6{
    color: #1b6d85;
}

.map-links{
    display: flex;
    flex-direction: column;
    display: none;
}

.map-links a{
    padding: 12px 20px;
    display: inline-block;
    background: #09539c;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.map-links a:hover{
    color: #09539c;
    background: #ffd00e;
    text-decoration: none;
    font-weight: 500;
}

.collection-points{
    margin: 0 15px;
}
