﻿* {
    font-family: 'Roboto', sans-serif;
}
.row{
    margin-left:0;
    margin-right:0;
}
.mb-0 {
    margin-bottom: 0px
}
.mb-05 {
    margin-bottom: 5px
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-25 {
    margin-bottom: 25px
}
.mb-30 {
    margin-bottom: 30px
}

.mt-0 {
    margin-top: 0px
}
.mt-05 {
    margin-top: 5px
}
.mt-10 {
    margin-top: 10px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-25 {
    margin-top: 25px
}
.mt-30 {
    margin-top: 30px
}
/*------------loader-------------*/
.page-loaderdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    top: 0;
    left: 0;
}

.page-loader {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
/*-------------------loader End-------------------*/
body{
    background-color:#dadada;
}
.log-formbg {
    background: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    box-shadow: -2px 4px 10px #afafaf;
}

.height-width100 {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
