/*@font-face {
    font-family: SourceSansPro-Regular;
    src: url(../fonts/source-sans-pro/SourceSansPro-Regular.ttf)
}

@font-face {
    font-family: SourceSansPro-Bold;
    src: url(../fonts/source-sans-pro/SourceSansPro-Bold.ttf)
}

@font-face {
    font-family: SourceSansPro-SemiBold;
    src: url(../fonts/source-sans-pro/SourceSansPro-SemiBold.ttf)
}

@font-face {
    font-family: JosefinSans-Bold;
    src: url(../fonts/JosefinSans/JosefinSans-Bold.ttf)
}*/
/*
h1, h2, h3 {
    font-family: "Arial", "Helvetica", sans-serif;
}*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
   /* font-family: SourceSansPro-Regular,sans-serif;*/
    font-family: "Georgia", "Times New Roman", serif;
}
.bg-img {
   /* background-image: url('../images/bg-01.jpg');*/
    /* background-size: cover;
            background-position: center; */
}
a {
    /*font-family: SourceSansPro-Regular;*/
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

    a:focus {
        outline: none !important
    }

    a:hover {
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

p {
   /* font-family: SourceSansPro-Regular;*/
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0
}


.container-social-login-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center
}

.social-login-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    width: 100%;
    background-color: #bd59d4;
    border-radius: 25px;
    /* font-family: SourceSansPro-SemiBold;*/
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 50%);
    -o-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 50%);
    -ms-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 50%);
}

.social-login-provider {
    display: flex;
    font-size: 20px;
    color: #3b5998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1)
}

.social-login-provider img {
    width: 16px
}

.social-login-provider:hover {
    color: #3b5998;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.2)
}

.login100-text {
    margin-left: auto;
}

.login-container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.login-container::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(93,84,240,.5);
    background: -webkit-linear-gradient(left,rgba(0,168,255,0.5),rgba(185,0,255,0.5));
    background: -o-linear-gradient(left,rgba(0,168,255,0.5),rgba(185,0,255,0.5));
    background: -moz-linear-gradient(left,rgba(0,168,255,0.5),rgba(185,0,255,0.5));
    background: linear-gradient(left,rgba(0,168,255,0.5),rgba(185,0,255,0.5));*/
    pointer-events: none
}

.wrap-login-page {
    width: 800px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1)
}

@media(max-width: 480px) {
    .wrap-login-page {
        padding-left: 15px;
        padding-right: 15px
    }
}

.login100-form {
    width: 100%
}

.login100-form-title {
    display: block;
    font-family: "Arial", "Helvetica", sans-serif;
    /*font-family: SourceSansPro-Bold;*/
    font-size: 30px;
    font-weight: 900;
    color: #3751cf;
    line-height: 1.2;
    text-align: center
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}


.txt1 {
    font-family: "Georgia", "Times New Roman", serif;
    /*font-family: "Arial", "Helvetica", sans-serif;*/
    /*font-family: SourceSansPro-Regular;*/
    font-size: 16px;
    line-height: 1.4;
    color: #999;
}

.row {
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap to the next line */
}

.column {
    margin: 10px;
    flex: 40%;
    background: #f7f6f69c;
    border-radius: 10px;
    padding: 20px;
}

@media screen and (max-width: 400px) {
    .column {
        flex: 100%; /* Each column takes up 100% of the row on small screens */
    }
}

.social-login-btn:hover {
    background-color: #417dff;
    box-shadow: 0 10px 30px 0 rgba(189, 89, 212, .8);
    -moz-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, .8);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 137 255 / 80%);
    -o-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, .8);
    -ms-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, .8);
}

/* Yahoo Button */
.yahoo-login {
    font-weight: 900;
    background-color: #720E9Ee6;
    color: white; /* Ensure text is readable */
}

/* Google Button */
.google-login {
    font-weight: 900;
    background-color: #4285f4e6;
    color: white;
}

/* Microsoft Button */
.microsoft-login {
    font-weight: 900;
    background-color: #F25022e6;
    color: white;
}

/* Apple Button */
.apple-login {
    font-weight: 900;
    background-color: #000000e6;
    color: white;
}

/* Defualt Button */
.defualt {
    font-weight: 900;
    background-color: #bd59d4e6;
    color: white;
}

.balck-login-btn {
    font-weight: 900;
    color: white;
    background-color: #000000e6;
}

.blue-login-btn {
    font-weight: 900;
    color: white;
    background-color: #103a99e6;
}

.staff-login-btn {
    font-weight: 900;
    background-color: #250b04e6;
    color: white;
}