@media screen and (max-width: 1599px) {
	
}

@media screen and (max-width: 1499px) {
	
}

@media screen and (max-width: 1399px) {
	
}

@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 768px) {
    .wizard > .content{
	    min-height: 380px;
    }

    .wizard > .content.diss-step-0{
	    min-height: 380px;
    }

    .wizard > .content.diss-step-1{
	    min-height: 400px;
    }

	.wizard > .content.diss-step-2 {
	    min-height: 310px;
	}

	.wizard > .content.diss-step-3 {
	    min-height: 380px;
	}
    
    .diss-content-form {
	    padding: 5px;
	}

    .diss-logo-content {
	    margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.actions i {
	    display: none;
	}

	.wizard > .content.diss-step-0 {
        min-height: 660px;
    }
}

@media screen and (max-width: 375px) {
	.code-input {
	    width: 40px;
	    height: 40px;
	}
}
