body {
    padding: 0;
    margin: 0;
    background-color: #016450;
    height: 100%;
    color: #ffffff;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: 'Lato', sans-serif !important;
}

.center-body {
    border-radius: 5px;
    width: 50%;
}

.center-content-area {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.btn,  .btn:focus {
    background-color:#ffde00 !important;
    box-shadow: none !important;
    border: 0;
}

.btn:hover, .btn:hover:active, .btn:hover:focus {
    background-color:#dfc100 !important;
    box-shadow: none !important;
    border: 0;
}

i {
    color: #ffa800
}


@media (max-width: 600px){
    .center-body {
        border-radius: 5px;
        width: 95%;
    }
}
