@font-face {
    font-family: 'montserrat-regular';
    src: url('fonts/montserrat-regular.ttf') format('truetype');
}


@font-face {
    font-family: 'montserrat-bold';
    src: url('fonts/montserrat-bold.ttf') format('truetype');
}


/*@font-face {
    font-family: MontserratRegular;
    src: local(MontserratRegular), url('fonts/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
    font-family: MontserratRegular;
    src: local(MontserratRegular), url('fonts/Montserrat-Regular.ttf') format('opentype');
}*/
* {
    margin: 0;
    padding: 0;
    /*border: 0; */
    text-decoration: none;
    outline: none;
}

body {
    font-family: montserrat-regular;
    font-size: 14px;
    /*font-weight: normal;*/
    /* color: #004481;*/
    /*color: #51606D;*/
    background: #3CBFAE;
}


.district-name {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0 !important;
    padding-bottom: 0px !important;
    font-size: 26px;
    color: #ffffff;
    margin-top: -35px;
}

    .district-name::selection {
        background: #3CBFAE;
    }

 

.main-wrap {
    /*background:url('Images/PaySchools_bg.png') repeat-y #3ec1ed;*/
    /*background: #0873ba;*/
    /*    background: -moz-linear-gradient(-45deg, #0873ba 0%, #0873ba 48%, #7db9e8 99%);
    background: -webkit-linear-gradient(-45deg, #0873ba 0%,#0873ba 48%,#7db9e8 99%);
    background: linear-gradient(135deg, #0873ba 0%,#0873ba 48%,#7db9e8 99%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0873ba', endColorstr='#7db9e8',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
}

.new-background {
    background-image: url('App_Themes/Default/Images/shutterstock.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    min-height: 100%;
}

.login-wrap {
    width: 385px;
    height: 350px;
    position: absolute;
    padding-top: 10px;
    font-size: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-main {
    width: 385px;
    height: 330px;
    /*position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    background: #ffffff;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 0px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}

login-main-help {
    width: 800px;
    height: 385px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}

.main {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    overflow: auto;
}

    .main .row {
        width: 100%;
        overflow: inherit;
    }

.login-main p {
    text-indent: 10px;
}

.box1 {
    background: #ffffff;
    height: 40px;
    text-indent: 10px;
    width: 90%;
    margin-bottom: 2px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.border1 {
    border-color: #0672BA;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.border2 {
    border-color: #0672BA;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    -webkit-border-radius: 0px 0 5px 5px;
    -moz-border-radius: 0px 0 5px 5px;
    -ms-border-radius: 0px 0 5px 5px;
    -o-border-radius: 0px 0 5px 5px;
    border-radius: 0px 0 5px 5px;
}

.border3 {
    border-color: #0672BA;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}

.send {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50px;
    border: 5px solid #eda066;
    background: #0873ba;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 2px #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .send:hover {
        animation: spin 0.3s ease-in-out;
        -webkit-animation: spin 0.3s ease-in-out;
        -moz-animation: spin 0.3s ease-in-out;
        -ms-animation: spin 0.3s ease-in-out;
        -o-animation: spin 0.3s ease-in-out;
        cursor: pointer;
    }

.send2 {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 130px;
    border: 5px solid #68C1FD;
    background: #0672BA;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 2px #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .send2:hover {
        animation: spin 0.3s ease-in-out;
        -webkit-animation: spin 0.3s ease-in-out;
        -moz-animation: spin 0.3s ease-in-out;
        -ms-animation: spin 0.3s ease-in-out;
        -o-animation: spin 0.3s ease-in-out;
        cursor: pointer;
    }


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}


div.terms {
    /*margin-top: 3em;
   margin-left: -30px;
   background:#0672BA;*/
    color: #ffffff;
    /*width: 32em;*/
    padding-top: 5px;
    padding-bottom: 5px;
    /*position:absolute;*/
}

.terms a {
    color: #ffffff;
    text-decoration: underline;
}

#divCopyright, #divCopyright1 {
    background: transparent;
}

s
.terms {
    font-family: montserrat-regular;
}

.notificationHeader {
    font-size: 16px;
    background: #eda066;
    color: #000;
    padding: 5px;
    font-weight: bold;
}

.notificationContent {
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

p {
    color: #51606D;
}

.psa-card {
    max-width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 0px solid #000000;
    padding: 15px 50px;
    margin-left: auto;
    margin-right: auto;
    color: #0073ba;
    margin: auto;
}

.main {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    overflow: auto;
}

.district-name {
    padding-bottom: 0px !important;
    font-size: 17px;
    font-family: montserrat-bold;
    letter-spacing: 1.5px;
    margin-top: -70px !important;
    /*word-spacing: 2.8px;*/
    /* position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0 !important;    
    color: #ffffff;
    display: inherit;
    margin-top: -67px; */
}

.input {
    background: #ffffff;
    height: 40px;
    text-indent: 10px;
    width: 90%;
    margin-bottom: 2px;
    color: #3CBFAE;
    font-size: 12px;
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 1px solid #3CBFAE;
    font-family: montserrat-regular;
    margin-left: 15px;
    margin-right: 15px;
    color: #51606D;
}

.privacy {
    text-align: center;
    font-size: 10px;
    color: #51606D;
    margin-top: 8%;
    font-family: montserrat-bold;
    padding-bottom: 8px;
    text-decoration-line: underline;
}

.privacytag {
    text-align: center;
    font-size: 10px;
    color: #51606D;
    font-family: montserrat-bold;
}

.forgotpwprivacy {
    text-align: center;
    font-size: 10px;
    color: #51606D;
    margin-top: 20%;
    font-family: montserrat-bold;
    padding-bottom: 8px;
    text-decoration-line: underline;
}



p Button {
    width: 100px;
    height: 100px;
    border: 1px solid red;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #51606D;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
        -webkit-text-fill-color: #51606D;
    } 
