body{
    background: url('../../dist/images/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner__logo {
    width: 200px;
}
.banner__text{ 
    color: #fcd501;
}
.logo--login {
    width: 100px;
}
.auth-box input {
    border-radius: 30px !important;
    padding: 25px 15px;
    background-color: #f6f7f5;
    color: #333;
}
@import url('https://fonts.googleapis.com/css?family=Raleway:200');

.digit-group input {
    width: 40px;
    height: 50px;
    background-color: #a8a8a8;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color:#000;
    margin: 0 2px;
}
	
.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
	margin-bottom: 20px;
	font-size: 20px;
	color: white;
}