/*Fonts Start*/
@font-face {
    font-family: TeleNeoRegular;
    src: url("../font/TeleNeoWeb-Regular.eot");
    src: url("../font/TeleNeoWeb-Regular.woff");
    src: url("../font/TeleNeoWeb-Regular.woff2");
}

@font-face {
    font-family: TeleNeoBold;
    src: url("../font/TeleNeoWeb-Bold.eot");
    src: url("../font/TeleNeoWeb-Bold.woff");
    src: url("../font/TeleNeoWeb-Bold.woff2");
}

@font-face {
    font-family: TeleNeoExtraBold;
    src: url("../font/TeleNeoWeb-ExtraBold.eot");
    src: url("../font/TeleNeoWeb-ExtraBold.woff");
    src: url("../font/TeleNeoWeb-ExtraBold.woff2");
}

body{
    background-color:#FCFDFE;
}

body:before{
    content: '';
    background: linear-gradient(180deg, #E0E4EF 0%, #FCFDFE 99.44%);
    height: 431px;
    min-width: 769px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.content{
    position: relative;
    margin-top: 330px;
    margin-bottom: 250px;
}

.cont_wdth {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FFFFFF;
    margin: auto;
    width: 75vw;
    border-radius: 8px;
    overflow: auto;
    box-shadow: 0px 4px 10px rgba(43, 60, 73, 0.151961);
}

.warning_heading{
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-top: 91px;
    font-family: TeleNeoExtraBold;
}

.warning_paragh{
    max-width: 73%;
    min-height: 139px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.warning_paragh p{
    margin: 10px;
    font-family: TeleNeoRegular;
}

.bold{
    font-weight: 700;
}

.bottom_paragh{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 4px;
}

.bottom_paragh p{
    font-size: 16px;
    margin: 5px;
    font-family: TeleNeoRegular;
    margin: 5px;
}

.link a{
    color: #007FAF;
    font-weight: 600;
    cursor: pointer;
	text-decoration:none;
}

.warning_paragh .mid_paragh{
    margin-left: -10px;
    margin-right: -10px;
}

.warning_paragh .marg{
    margin:15px;
}

.cont_wdth .pink_button{
    padding: 9px 24px;
    background: linear-gradient(180deg, #FF359D 0%, #E20074 100%);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-family: TeleNeoBold;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    margin-bottom: 24px;
    margin-top: 4px;
}

.warning_error_logo{
    position: absolute;
    top: -81px;
    margin-left: -3px;
    z-index: 1;
}



@media only screen and (max-width: 768px){
	body:before {
		min-width: 200px;
        height: 359px;
	}

    body {
        min-height: 550px;
    }

    .cont_wdth {
        width: 90vw;
        background-color: transparent;
    }

    .warning_paragh .mid_paragh{
        margin-top: -8px;
    }
    
    .content{
        margin-top: 190px;
        margin-bottom: 0px;
    }

    .warning_heading{
        margin-bottom: 0px;
    }

    .bottom_paragh{
        margin-bottom: 15px;
    }
}
