/*body{
		font-family: Poppins,sans-serif;
}*/
.not-found-heading {
		text-align: center;
		padding-top: 15px;
		font-size: 32px;
		font-weight: bold;
}
.btn{
		font-size: 14px;
		text-transform: uppercase;
}
.error-main-container {
    background: #F3F3F3;
    padding: 50px 0 50px;
    height: 415px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.error-container {
    background: white;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.not-found-heading {
    text-align: center;
    padding-top: 15px;
}

.subtitle {
    width: 75%;
    font-size: 14px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}
.button.text-center{
    margin-top: 25px;
}
.error-image{
    width: 260px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
    float:right;
}
.image-block{
    height:100%;
}

.main-row {
    height: 100%;
}

@media only screen and (max-width: 575px){
		.header_dual {
				margin-top: 6.4rem !important;
		}
}
@media only screen and (max-width:768px) and (min-width:479px){
		.header_dual {
				margin-top: 7.4rem !important;
		}
    .error-main-container{
        padding:0 15px 0 15px;
    }
    .image-block {
        height: 155px;
    }

    .error-image{
        margin: auto;
        width: 125px;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding-top: 55px;
        float: none;
    }

    .error-main-container{
        height:430px;
        margin-bottom: 55px;
    }
    .error-container{
        height:390px;
        padding-top: 10px;

    }
    .main-row{
        width: 100%;
        margin-left: 0px;
    }
    .not-found-heading{
        padding-top: 0px;
    }
    .subtitle {
        width: 100%;
    }
}

.btn-primary,
.btn-primary:hover{
		background: #FF0000;
		border-color: #FF0000;
		color: #fff!important;
}


@media screen and (max-width: 479px){
    .error-image{
        margin: auto;
        width: 125px;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding-top: 55px;
        float: none;
    }
    .image-block {
        height: unset;
    }
    .error-main-container{
        height:430px;
        margin-bottom: 55px;
    }
    .error-container{
        height:390px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-row{
        width: 100%;
        margin-left: 0px;
    }
    .not-found-heading{
        padding-top: 0px;
    }
    .subtitle {
        width: 100%;
    }
}
.loginUserProfileBlock{
    line-height: 10px !important;
}
