@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../../webfonts/OpenSans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../../webfonts/OpenSans/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../../webfonts/OpenSans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../../webfonts/OpenSans/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../../webfonts/OpenSans/OpenSans-Italic.ttf);
}

@font-face {
    font-family: 'Lato', sans-serif;
    src: url(../../webfonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: 'Lato', sans-serif;
    src: url(../../webfonts/Lato/Lato-Regular.ttf);
}


/* Common css start*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-80 {
    padding-top: 80px;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-400i {
    font-weight: 400 !important;
    font-style: italic;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fb {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
}

.pt-20 {
    padding-top: 1.25rem !important;
}

.ps-50 {
    padding-left: 50px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}
.bg-purple {
    background-color: #6f42c1;
}

.login-page{
    background-image:url(../../../Files/Images/LoginBG.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.register-page {
    background-color: white;
     height: 70vh;
}
.dropdown {
    width: 100%;
}
.btnRowMs {
    margin-left: 5px;
}


