/*
custom CSS
*/

/* Login pages */
.login-page, .register-page{background: #104C4A;}
.mainbox {padding: 20px;}
.box{float: left;}
.top_desc {margin-bottom: 20px;}
.alert-blue{color:#ffffff;background-color:#001f3f;border-color:#001f3f}
.w-100{width: 100% !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    color: #333;
}