﻿@font-face{
    font-family:BasisGro;
    src:url('/fonts/OvalDigbeth/BasisGrotesquePro-Regular.ttf');
    font-weight:normal;
}
@font-face{
    font-family:BasisGro;
    src:url('/fonts/OvalDigbeth/BasisGrotesquePro-Bold.ttf');
    font-weight:bold;
}

@font-face{
    font-family:DigbethSans;
    src:url('/fonts/OvalDigbeth/DigbethSansPro-Regular.otf');
    font-weight:normal;
}


body {
    background:#ffde43;
    font-family:BasisGro;
    color:black;
    padding:20px;
    font-weight:bold;
    font-size:14pt;
}


/*----title----*/
.od-title-cont{
    text-align:center;
    margin-bottom:80px;
    font-weight:normal;
}
.od-title-cont p{
     max-width:810px;
     margin:auto;
     margin-bottom:10px;
     font-size:14pt;
}
.od-title{
    font-size:40pt;
    margin-bottom:10px;
    font-weight:bold;
    text-transform:uppercase;
    font-family:DigbethSans;
}

/*-------------------------success---------------------------*/
.od-success{
    text-align:center;
}
.od-success-message span{
    font-family:DigbethSans;
    font-size:18pt;

}
.od-success-message p{
    font-weight:400;
    margin-top:10px;
    margin-bottom:80px;
}
.od-success .od-form-submt{
    width:200px;
    cursor:pointer;
}


