﻿@font-face {
    font-family: 'eraserregular';
    src: url('MrChalk-webfont.eot');
    src: url('MrChalk-webfont.eot?#iefix') format('embedded-opentype'),
         url('MrChalk-webfont.woff2') format('woff2'),
         url('MrChalk-webfont.woff') format('woff'),
         url('MrChalk-webfont.ttf') format('truetype'),
         url('MrChalk-webfont.svg#eraserregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*body {
    color: #666666;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    font-weight: 400;
    
}*/
body {
    font-family: 'eraserregular','Segoe UI',open-sans,sans-serif;
    font-weight: 400;
    font-size: 12px;
      background: url(/Images/SchoolSketch.png); /*#f7f7f7 !important;*/
      background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, button, html, input {
    font-size: 12px;
}

    button, button:active, button:focus {
        border: 0;
        outline: 0;
    }

.form__button, .form__label {
    letter-spacing: 1px;
    text-transform: uppercase;
}

* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    color: #5f697a;
}

.form__button, .form__label, button {
    font-weight: 700;
    font-family: 'eraserregular',brandon-grotesque,"Open Sans",open-sans,sans-serif;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}
.text--center {
    text-align: center;
}


.form__button, .form__legal, .main-panel--single .main-panel__heading, .main-panel__footer, .saml-button, .sso-knock-modal .content, .sso-knocking__options, .sso-knocking__title {
    text-align: center;
}

.invision-logo {
    display: block;
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 5%;
    width: 290px;
    height: 165px;
    background: url(../../Images/SMSLogo.png) no-repeat;
    background-size: 100%;
    color: transparent;
    font-size: 1px;
}

@media (min-width:1076px) {
    .invision-logo {
        background-image: url(../../Images/SMSLogo.png);
    }

    .invision-logo--single {
        background-image: url(../../Images/SMSLogo.png);
    }
}
@media (max-width:786px) {
    .invision-logo {
        background-image: url(../../Images/SMSLogoMini.png);
        width:230px;
        left:2%;
    }
     .main-panel {
        height: 98%;
        overflow: auto;
    }
    .invision-logo--single {
        background-image: url(../../Images/SMSLogoMini.png);
         width:230px;
         left:2%;
    }
}
.form__group {
    position: relative;
    margin-bottom: 23px;
}

.form__label {
    display: block;
    font-size: 12px;
    color: #1f2532;
    margin-bottom: 8px;
    font-family: 'eraserregular';
}

.form__input {
    display: block;
    width: 100%;
    border: 1px solid #D4D9E2;
    border-radius: 3px;
    height: 50px;
    padding: 15px;
    font-size: 16px;
    color: #596377;
    outline: 0;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    font-family: 'eraserregular';
    background: white;
}

    .form__input ::-webkit-input-placeholder {
        color: #C6CCD7;
    }

    .form__input :-moz-placeholder {
        color: #C6CCD7;
    }

    .form__input ::-moz-placeholder {
        color: #C6CCD7;
    }

    .form__input :ms-input-placeholder {
        color: #C6CCD7;
    }

    .form__input:focus {
        border-color: #8C96A9;
    }

    .form__input.error {
        border: 1px solid #E73737;
        margin-bottom: 10px;
    }

.form__help {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #8C96A9;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
        margin-top: -18px;
}

.main-panel, .panel-wrapper {
    position: relative;
}

.form__help:focus, .form__help:hover {
    color: #1f2532;
    text-decoration:none;
}

.form__button {
    display: inline-block;
    margin: 20px auto;
    background: #303641;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: box-shadow .2s ease,border .2s ease;
    transition: box-shadow .2s ease,border .2s ease;
}

    .form__button:focus, .form__button:hover {
        cursor: pointer;
        box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
        background:#242830;
    }

    .form__button:active {
        box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }

    .form__button1 {
        line-height: 0px;
    padding: 0px 20px;
    height: 38px;
    margin: 0px;
    display: inline-block;
       background: white;
    border: 1px solid #303641;
    color: #303641;
    font-weight: normal;
   
    border-radius: 0px;
    font-size: 18px;
   
    cursor: pointer;
    -webkit-transition: box-shadow .2s ease,border .2s ease;
    transition: box-shadow .2s ease,border .2s ease;
}

    .form__button1:focus, .form__button1:hover {
        cursor: pointer;
        box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
        background:white;
        color: #303641;
    }

    .form__button1:active {
       box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
        background:white;
        color: #303641;
         border: 1px solid #303641;
    }

.form__error {
    font-size: 14px;
    font-weight: 600;
    color: #E73737;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-success {
    color: #31de31 !important;
}


.panel-wrapper {
    display: block;
    width: 100%;
}

@media (min-width:1076px) {
    .main-panel {
        margin-left: 460px;
    }
}

@media (min-width:1076px) and (min-height:600px) {
    .panel-wrapper {
        height: 100%;
    }

    .main-panel {
        height: 98%;
        overflow: auto;
    }
}

@media (min-width:600px) {
    .invision-logo {
        left: 38px;
    }
}
 .invision-logo:hover
 {
     color:white;
 }
.main-panel__table {
    display: table;
    width: 100%;
    height: 100%;
}

.main-panel__table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    /*padding-top: 100px;
    padding-bottom: 100px;*/
}

.main-panel__content {
    clear: both;
    width: 90%;
    max-width: 540px;
    margin: 0 auto;
}

.main-panel__heading {
    font-size: 28px;
    font-weight: 400;
    color: #1f2532;
    margin-bottom: 50px;
    font-family: 'eraserregular';
}

.main-panel__subheading {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.feature-panel {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
    min-height: 600px;
    height: 100%;
    overflow: hidden;
    background: rgba(36,40,56,.65);
}

@media (min-width:1076px) {
    .feature-panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-height:600px) {
    .feature-panel {
        position: fixed;
    }
}

.feature-panel--enterprise {
    background: url(../../Images/enterprise-panel-photo.jpg);
    background-size: cover;
    text-align: center;
}

.enterprise-panel__footer {
    position: absolute;
    bottom: 40px;
    left: 55px;
    right: 55px;
}

.enterprise-panel__footer__lead {
    margin-bottom: 28px;
    opacity: 1;
    font-family: 'eraserregular',brandon-grotesque,"Open Sans",open-sans,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .91px;
}
.enterprise-panel__footer__lead > a:hover
{
    text-decoration:none;
}

.enterprise-panel__content {
    padding: 0 39px;
}

.enterprise-panel__header {
    margin-bottom: 33px;
    opacity: 1;
    font-family: "eraserregular","Open Sans",open-sans,sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    letter-spacing: 1.42px;
    text-transform: uppercase;
}

.enterprise-panel__button, .sso-knocking__title {
    font-family: brandon-grotesque,"Open Sans",open-sans,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.enterprise-panel__subheader {
    display: block;
    margin-bottom: 17px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.09px;
    font-weight: 600;
}

.enterprise-panel__caption {
    margin-bottom: 35px;
    opacity: 1;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}
