﻿.logo {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.new-login {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7fbc03;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.newcard {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.rcorners1 {
    border-radius: 25px;
}

.new-btn-primary {
    color: #fff;
    background-color: #00c4e8;
    border-color: #00c4e8;
    box-shadow: none;
}

    .new-btn-primary:hover {
        color: #fff;
        background-color: #0daace;
        border-color: #0daace;
    }

    .new-btn-primary:focus, .new-btn-primary.focus {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
        box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
    }

    .new-btn-primary.disabled, .new-btn-primary:disabled {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-primary:not(:disabled):not(.disabled):active, .new-btn-primary:not(:disabled):not(.disabled).active,
    .show > .new-btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

        .new-btn-primary:not(:disabled):not(.disabled):active:focus, .new-btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .new-btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
        }

.link {
    color: #00c4e8 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

    .link:hover {
        color: #0294b5 !important;
    }

.new-border {
    border-bottom: 0px solid rgba(0,0,0,.125) !important;
}

.new-text {
    color: #7c7c7c !important;
    /*text-align: left !important;*/
}

.new-remember {
    color: #757575 !important;
    /*font-weight: 400 !important;*/
    /*text-align: left !important;*/
}

.new-btn-outline-primary {
    color: #0294b5;
    border-color: #0294b5;
}

    .new-btn-outline-primary:hover {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:focus {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:disabled {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:active {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:focus, .new-btn-outline-primary.focus {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    }

    .new-btn-outline-primary.disabled, .new-btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .new-btn-outline-primary:not(:disabled):not(.disabled):active, .new-btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .new-btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .new-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .new-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .new-btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
        }

.card-primary.card-outline {
    border-top: none;
}

.new-login {
    text-align: left;
    background-image: url('../images/BACKEND HOME SCREENNoText.png');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.golf-btn {
    background-color: #2a3594;
    border-color: #2a3594;
    color: #fff;
}

    .golf-btn:hover {
        background-color: #19469f;
        border-color: #19469f;
        color: #fff;
    }

    .golf-btn:focus {
        background-color: #19469f !important;
        border-color: #19469f !important;
        color: #fff;
    }

    .golf-btn:active {
        background-color: #19469f !important;
        border-color: #19469f !important;
        color: #fff;
    }

.btn-padding {
    padding: 0.375rem 0.75rem;
    font-size: 16px;
}

.writeup {
    position: absolute;
    color: white;
    right: 0;
    text-align: right;
    font-style: italic;
    padding-right: 55px;
    top: 0;
    padding-top: 50px;
}

    .writeup h1 {
        font-size: 80px;
        line-height: 90px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: sans-serif;
    }

    .writeup p {
        font-size: 30px;
        line-height: 44px;
        padding-top: 10px;
        font-weight: 500;
        font-family: sans-serif;
    }

@media only screen and (max-width: 1600px) {
    .writeup {
        position: absolute;
        color: white;
        right: 0;
        text-align: right;
        font-style: italic;
        padding-right: 55px;
        top: 0;
        padding-top: 50px;
    }

        .writeup h1 {
            font-size: 70px;
            line-height: 80px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: sans-serif;
        }

        .writeup p {
            font-size: 26px;
            line-height: 34px;
            padding-top: 10px;
            font-weight: 500;
            font-family: sans-serif;
        }
}

@media only screen and (max-width: 1450px) {
    .writeup {
        position: absolute;
        color: white;
        right: 0;
        text-align: right;
        font-style: italic;
        padding-right: 55px;
        top: 0;
        padding-top: 50px;
    }

        .writeup h1 {
            font-size: 60px;
            line-height: 70px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: sans-serif;
        }

        .writeup p {
            font-size: 22px;
            line-height: 26px;
            padding-top: 10px;
            font-weight: 500;
            font-family: sans-serif;
        }
}

@media only screen and (max-width: 1300px) {
    .writeup {
        position: absolute;
        color: white;
        right: 0;
        text-align: right;
        font-style: italic;
        padding-right: 55px;
        top: 0;
        padding-top: 50px;
    }

        .writeup h1 {
            font-size: 44px;
            line-height: 44px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: sans-serif;
        }

        .writeup p {
            font-size: 17px;
            line-height: 24px;
            padding-top: 10px;
            font-weight: 500;
            font-family: sans-serif;
        }
}

    @media only screen and (max-width: 600px) {
        .writeup {
            position: absolute;
            color: white;
            right: inherit;
            text-align: center;
            font-style: italic;
            padding-right: inherit;
            top: 0;
            padding-top: 50px;
        }

            .writeup h1 {
                font-size: 36px;
                line-height: 44px;
                font-weight: 700;
                text-transform: uppercase;
                font-family: sans-serif;
            }

            .writeup p {              
                display: none;
            }
    }
