.loading_gif {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.loading_gif img {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.code_title{
    font-size: 26px;
    box-sizing: border-box;
    margin-left: -3px;
    margin-bottom: 20px;
	font-weight: 300;
}
.new_code{
    margin-top: 5px;
    color: #2891bd;
    cursor: pointer;
    background: unset;
    border: unset;
    margin-left: -3px;
}
form .result{
margin-bottom: 20px;
}
form .result2{
margin-bottom: 20px;
}
@media (max-width: 768px){
	.code_title{
		font-size: 20px;
	}
}
.bottommanager {
	display: inline-block;
	float: left;
	color: #fff;
}
button#btn:disabled {
    cursor: default;
}