﻿html {
    width: 100%;
    height: 100%;
    min-width: 320px;
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

:focus {
    outline: #097bed solid 1px;
    outline-offset: 2px
}

body {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0
}

    body.inter-fonts {
        font-family: Inter,'Open Sans',sans-serif !important;
    }

    body.open-sans-fonts {
        font-family: 'Open Sans',sans-serif !important
    }

input {
    margin: 0;
    font: inherit
}

button {
    font-family: inherit
}

    button::-moz-focus-inner {
        border: 0
    }

a {
    text-decoration: none;
    color: #3e92f2;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

    a:hover {
        color: #3e92f2;
        text-decoration: underline
    }

    a:focus {
        color: #3e92f2
    }

.pm-container-fluid {
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 8px;
    margin: 0
}

.pm-form-label {
    font-weight: 600;
    display: block;
    font-size: 12px;
    color: #282828;
    margin-bottom: 8px
}

.pm-card {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #fff;
    width: 392px;
    padding: 16px 32px
}

.pm-form-group {
    margin-bottom: 16px;
    position: relative
}

    .pm-form-group:last-of-type {
        margin-bottom: 0
    }

.pm-form-control {
    font-size: 14px;
    height: 40px;
    color: #282828;
    border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    /*-o-box-shadow: none;*/
    -webkit-box-shadow: none;
    border: 1px solid #d4d4d4;
    padding: 8px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-color: #fafafa;
    background-image: none
}

    .pm-form-control:focus {
        border-color: #f26b3a;
        box-shadow: none;
        -moz-box-shadow: none;
        /*-o-box-shadow: none;*/
        -webkit-box-shadow: none;
        outline: 0
    }

        .pm-form-control:focus:hover {
            outline: 0;
            border-color: #f26b3a;
            box-shadow: none;
            -moz-box-shadow: none;
            /*-o-box-shadow: none;*/
            -webkit-box-shadow: none
        }

    .pm-form-control:hover {
        border: 1px solid #a9a9a9
    }

    .pm-form-control.disabled {
        background-color: #f7f7f7;
        color: #666;
        border-color: #e3e3e3
    }

.pm-btn {
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

    .pm-btn[disabled] {
        opacity: .6
    }

.pm-btn-primary {
    color: #fff;
    background-color: #ff6c37;
    height: 40px;
    width: 100%
}

.pm-btn-secondary {
    color: #7e7e7e;
    background-color: #f4f4f4;
    height: 40px;
    width: 100%
}

.pm-btn-info {
    color: #fff;
    background-color: #4285f4;
    height: 40px;
    width: 100%
}

.pm-btn-default {
    color: #282828;
    opacity: .6;
    background-color: #f4f4f4;
    height: 40px;
    width: 100%;
    border: solid 1px rgba(40,40,40,.1)
}

.pm-btn-primary:hover {
    color: #fff;
    background-color: #f15a22
}

.pm-btn-primary:focus {
    color: #fff;
    background-color: #f26b3a
}

.pm-btn-primary:active:focus {
    color: #fff;
    outline: 0
}


.pm-logo {
    display: block;
    text-align: center;
    margin-top: 25px;
}

.notification-container {
    width: 100%;
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 16px;
    display: none
}


.login-icon {
    border-radius: 50%;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding: 2rem;
    font-size: 60px !important;
    color: #ff6c37 !important;
}

.notify-failure {
    background-color: rgba(241,111,109,.1);
    border: solid 1px #f16f6d;
    font-size: 12px;
    line-height: 1.4;
    color: #c64442
}

    .notify-failure a {
        color: #c64442;
        font-weight: unset;
        font-size: 12px;
        text-decoration: underline
    }


@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}

@media screen and (max-width: 320px) {
    .pm-card {
        width: 300px
    }

    .pm-main-sign-up {
        max-width: 300px;
        padding: 0
    }

        .pm-main-sign-up .left-section {
            display: none
        }

        .pm-main-sign-up .right-section {
            width: 300px
        }
}


.pm-main-sign-in {
    margin: 100px auto;
}

    .pm-main-sign-in .pm-card {
        position: relative;
        margin: auto;
    }

        /* .pm-main-sign-in .pm-card .pm-logo {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

        .pm-main-sign-in .pm-card .heading {
            padding: 24px 0 12px;
        }

        .pm-main-sign-in .pm-card .caption {
            font-size: 12px;
            color: #666666;
        }

        .pm-main-sign-in .pm-card .heading h4 {
            font-size: 18px;
            font-weight: bold;
            color: #1a1a1a;
            display: inline-block;
            margin: 0;
        }
        /* 
.pm-main-sign-in .pm-card .heading .sign-up-link-container {
    font-size: 12px;
    color: #1a1a1a;
    display: inline-block;
    float: right;
    line-height: 2.2;
} */

        .pm-main-sign-in .pm-card .heading.re-authenticate-user {
            padding: 56px 0 24px;
            text-align: center;
        }

            .pm-main-sign-in .pm-card .heading.re-authenticate-user h4 {
                font-size: 14px;
            }

    /* .pm-main-sign-in form .trouble-signing-in-link {
    float: right;
    line-height: 1.8;
} */

    .pm-main-sign-in form .sign-in-btn {
        font-weight: 500;
    }

    .pm-main-sign-in .pm-card .sso-login-btn {
        text-decoration: none;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        /* background-color/tertiary */
        background-color: #f2f2f2;
        /* content-color/secondary */
        color: #6B6B6B;
        margin: 0 auto 16px auto;
    }

    .pm-main-sign-in .pm-card .google-sign-in {
        text-decoration: none;
        padding: 0;
        border-radius: 2px;
        position: relative;
        border: none;
        margin: 0 auto 16px auto;
        width: 100%;
        display: flex;
    }

        .pm-main-sign-in .pm-card .google-sign-in .google-logo {
            display: inline-block;
            background-color: #ffffff;
            height: 38px;
            width: 38px;
            margin: 1px 1px;
            border-radius: 1px;
            padding: 12px;
        }

        .pm-main-sign-in .pm-card .google-sign-in .google-text {
            line-height: 2.8;
            display: inline-block;
            width: 100%;
            height: 40px;
            top: 12px;
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.21875px;
        }

.client-browser-auth {
    color: #505050;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px;
}

    .client-browser-auth a {
        font-size: 12px;
        font-weight: 600;
    }

.client-auth-info {
    color: #6B6B6B;
    text-align: center;
    margin: 0px auto 8px auto;
    font-size: 12px;
}

    .client-auth-info p {
        padding: 0 18px;
    }

#terms-and-privacy-links {
    margin-bottom: 16px;
    text-align: center;
}

    #terms-and-privacy-links a {
        font-size: 12px;
        color: #999999;
        text-align: center;
        font-weight: inherit;
    }

.pm-alert {
    background: #FFF9E0;
    border-radius: 4px;
    color: #6B6B6B;
    margin-bottom: 24px;
    padding: 16px;
    position: relative;
    font-size: 12px;
}

.hidden {
    display: none;
}

.pm-error {
    background: #FCF1F1;
    border: 1px solid #E17771;
    border-radius: 4px;
    color: #6B6B6B;
    margin-bottom: 24px;
    padding: 12px;
    position: relative;
    font-size: 12px;
}

    .pm-error .pm-alert-content {
        margin-left: 0;
        color: #8E1A10;
    }

        .pm-error .pm-alert-content h3 {
            color: #8E1A10;
        }

.pm-alert-icon {
    position: absolute;
    top: 18px;
}

.pm-alert-content {
    margin-left: 32px
}

    .pm-alert-content h3 {
        color: #212121;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 8px;
    }

.pm-awesome-divider {
    margin: 8px 0 24px 0;
}

#sign-in-form {
    padding-bottom: 16px;
}

#use-different-email-cta {
    text-align: center;
    margin-top: 32px;
}

    #use-different-email-cta a {
        color: #0265D2;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

#terms-and-privacy-links a:before {
    content: '\b7\a0';
}

#terms-and-privacy-links a:hover {
    text-decoration: none;
}

.pm-team-login-alert {
    background: #E7F0FF;
    border-radius: 4px;
    color: #6B6B6B;
    margin: 0px 0 16px;
    padding: 16px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
}

.pm-team-login-alert-content {
    margin-left: 32px
}

    .pm-team-login-alert-content .team-name {
        font-weight: 600;
    }



@media screen and (min-width: 320px) and (max-width:408px) {
    .pm-card {
        width: auto;
        margin: 100px 8px
    }

    .pm-main-sign-up {
        width: auto;
        margin: 100px 8px;
        padding: 0
    }

        .pm-main-sign-up .left-section {
            display: none
        }

        .pm-main-sign-up .right-section {
            width: auto
        }
}

@media screen and (min-width: 408px) and (max-width:800px) {
    .pm-main-sign-up {
        max-width: 392px;
        padding: 0
    }

        .pm-main-sign-up .left-section {
            display: none
        }
}

@media screen and (max-width: 1023px) {
    .pm-password-strength-indicator {
        display: none
    }
}

input[type=checkbox] {
    opacity: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    margin-top: 2px
}

    input[type=checkbox] + label {
        cursor: pointer;
        margin: 0;
        font-weight: 400;
        font-size: 12px
    }

        input[type=checkbox] + label:before {
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            content: "";
            display: inline-block;
            padding: 0;
            margin-right: 5px;
            vertical-align: middle;
            height: 16px;
            width: 16px;
            color: #fff;
            background-color: #f4f4f4;
            margin-bottom: 2px
        }

    input[type=checkbox]:hover + label:before {
        border: 1px solid #f26b3a
    }

    input[type=checkbox]:focus + label:before {
        outline: #097bed solid 1px;
        outline-offset: 2px
    }

    input[type=checkbox]:checked + label:before {
        background: #f26b3a url(https://static.getpostman.com/assets/tick.svg) center no-repeat;
        content: "";
        text-align: center;
        background-size: 12px 14px;
        border: 1px solid #f26b3a
    }

input[type=radio] {
    margin: 10px 5px
}



label[for=remember-me-checkbox]:hover + .pm-tooltip {
    visibility: visible
}

label[for=disable-apikeys-checkbox]:hover + .pm-tooltip {
    visibility: visible
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center
}
