﻿/* Reset */

body {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

    ul.list {
        padding-left: 1.5em;
    }

@font-face {
    font-family: 'selawk';
    src: url("/fonts/selawk.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("/fonts/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

body, input {
    font-family: "OpenSans", arial, sans-serif;
}

.btn {
    font-family: "Roboto",sans-serif;
}

.utility-link, .cancel-link {
    font-family: "Roboto";
}

body {
    color: #1b1b1b;
}

h3.title {
    font-size: 1.5rem;
}


.btn {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
}

    .btn.btn-primary {
        background-color: #007bff;
        color: white;
    }

        .btn.btn-primary:hover {
            background-color: #005da6;
        }

input[type=text], input[type=password] {
    border-width: 1px;
    border-color: rgba(0,0,0,.6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    text-align: left;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1rem;
}

    input[type=text]:hover, input[type=password]:hover {
        border-color: #007bff;
    }

input.input-validation-error {
    border-color: #e81123;
}


svg.password-toggle {
    cursor: pointer;
    height: 39px;
    position: absolute;
    right: 10px;
}

@media (min-width: 30em) {
    .smokesignal-form {
        border: 1px solid #D1D2CD;
        border-radius: 2px;
        background-color: white;
        margin: auto;
        max-width: 450px;
        margin-top: 1.5em;
        box-shadow: 6px 8px 20px -10px;
    }

    body.body {
        background-color: #fbfbfb;
    }

    h3.title {
        margin-top: 1.5em;
    }

    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .smokesignal-form-body {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }

    .smokesignal-form .submit-bar {
        text-align: right;
    }

        .smokesignal-form .submit-bar .btn {
            width: auto;
        }
}

@media (max-width: 30em) {
    body.body {
        background-color: white;
        padding: 20px;
    }

    .smokesignal-form .submit-bar {
        text-align: center;
    }

        .smokesignal-form .submit-bar .btn {
            width: 100%;
        }
}

.smokesignal-form {
    min-height: 200px;
}


    .smokesignal-form .input-wrapper {
        margin-top: 20px;
    }

    .smokesignal-form .btn {
        width: 100%;
        height: 44px;
        line-height: 31px;
    }

    .smokesignal-form header p, .smokesignal-form p.error-next-steps {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        margin-top: 10px;
    }

    .smokesignal-form a.help-link {
        float: right;
    }

.validation-summary-row, .session-expired-wrapper {
    color: #e81123;
    text-align: left;
    margin-bottom: 0.5em;
}

.validation-summary-errors ul {
    margin: 0;
}

    .validation-summary-errors ul li {
        display: block;
    }



.title-wrapper {
    text-align: center;
    margin: auto;
}

.forgot-user-id {
    font-size: 12px;
    text-align: center;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.text-center {
    text-align: center;
}

.utility-link {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 0.85em;
}


a {
    text-decoration: none;
    color: #007bff;
}


    /* cancel link */
    /***************/
    a.cancel-link {
        color: #1b1b1b;
    }

.arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/* util */
/********/
.p-0 {
    padding: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.w100 {
    width: 100%;
}

.w100.remember-me {
    margin-top: 10px;
}

img.logo{
    width: 100%;
}