@font-face {
 font-family: 'Roboto_Reg';
 src: local('Roboto_Reg'), url(../fonts/roboto.regular.ttf) format('truetype');
}
@font-face {
 font-family: 'Roboto_Bold';
 src: local('Roboto_Bold'), url(../fonts/roboto.bold.ttf) format('truetype');
}
body{
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-family: Roboto_Reg;
}
.col-md-4{
    padding: 0
}
.col-md-8{
    padding: 0;
}
.A{
    background-color: #F2F2F5;
    margin-top:10vh;
    margin-bottom: 40px;
/*    border: 3px solid green;*/
    text-align: center;
    height: 80vh;
    width: 100%;
}
.B{
    background-color: #343643;
/*    border: 3px solid red;*/
}
.tinyTxt{
    margin-top: 5%;
    font-size: 10px;
    color:#2245D6;
    text-align: center;
}
form{
    text-align: center;
}
input{
    margin-left: 20%;
    width:60% !important;
    align-self: center;
    text-align: center;
    margin-top: 5%;
}
.links{
    color:#D11F56;
    text-decoration: underline;
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
}
.links:hover{
    margin-top: 5%;
/*    color:#D11F56;*/
    text-decoration: underline;
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
}
.btn{
    margin-top: 5%;
    width: 30%;
    text-align: center;
}
#C{
    height: 35.5vh;
    width:28.2vw;
    position: absolute;
    top:0;
    left:0;
}
#C img{
     height: 100%;
    width: 100%;
}
#D{
    position: absolute;
    top:0;
    right:0;
    width:40.5vw;
    height: 40vh;
    
}
#D img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#E{
    height:62vh;
    position: absolute;
    top:35.5vh;
    bottom: 0;
    left: 0;
    width:27.8vw;
}
#E img{
    height: 100%;
    width: 100%;
/*    object-fit: cover;*/
}
#F{
    width:40.5vw;
    position: absolute;
    right: 0;
    top:40vh;
    height: 26.4vh;
    padding-left: 10%;
}
#G{
    width:40.5vw;
    position: absolute;
    right: 0;
    top:66vh;
    height: 31.5vh;
    
        
}
#G img{
    width:100%;
     height: 100%;
    object-fit: cover;
    
}
/* #F2F2F5 */


