﻿/*@font-face {
    font-family: myFirstFont;
    src: url(NEUZEITGRO-BLA.ttf);
}*/
@font-face {
    font-family: NeuzeitGro-Bol;
    src: url(/fonts/NEUZEITGRO-BOL.TTF) format('truetype');
}
/*@font-face {
    font-family: myFirstFont;
    src: url(NEUZEITGRO-LIG.ttf);
}
@font-face {
    font-family: myFirstFont;
    src: url(NEUZEITGROCON-BLA.ttf);
}*/
/*@font-face {
    font-family: myFirstFont;
    src: url(NEUZEITGROEXT-BLA.ttf);
}*/
@font-face {
    font-family: NeuzeitGro-Reg;
    src: url(/fonts/NeuzeitGroteskRegular.ttf) format('truetype');
}

@font-face {
    font-family: NeuzeitGro-Reg;
    src: url(/fonts/NeuzeitGroteskRegular.ttf) format('truetype');
}

@font-face {
    font-family: Barlow-Medium;
    src: url(/fonts/Barlow-Medium.ttf) format('truetype');
}

@font-face {
    font-family: BeVietnamPro-Light;
    src: url(/fonts/BeVietnamPro-Light.ttf) format('truetype');
}

@font-face {
    font-family: BeVietnamPro-Bold;
    src: url(/fonts/BeVietnamPro-Bold.ttf) format('truetype');
}

@font-face {
    font-family: BeVietnamPro-Regular;
    src: url(/fonts/BeVietnamPro-Regular.ttf) format('truetype');
}

body {
    /*background-image: url(/Content/img/bg.svg);*/
    margin: 0;
    padding: 0;
    background-color: #0a2244;
    max-width: min(700px,100vw);
    margin: 0 auto;
}

.span_registerhere .title {
    font-family: BeVietnamPro-Regular;
    font-size: min(25px,3.0vw);
    font-weight:bold;
    padding: min(40px, 4vw);
    color: white;
    /*margin-bottom: min(-80px,-8vw);*/
}
.infor {
    font-family: BeVietnamPro-Regular;
    font-size: min(30px,3vw);
    padding: min(40px, 4vw);
    color: white;
    padding-bottom: 0px;
    padding-top:0px;
}
.luuy p {
    color: red;
    font-size: min(40px,4vw);
    text-align:justify;
    font-weight:bold;
}