﻿body {
    font-family:cursive,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.login-page {
background: #24292e;
}

.login-box {
    width: 360px;
    margin: 7% auto;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a {
    color: #87c442 !important;
    text-decoration: none !important;
}

.login-box-body {
    /*background: #fff;*/
    padding: 20px;
    border-top: 0;
    color: #a2a2a2;
    font-size: 18px;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}
.verification-code {
 margin-bottom: 10px;
} 