﻿@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Poppins, Raleway, sans-serif;
    font-size: 14px
}

body {
    /*    background-image: url(/images/sso_bg.png);*/
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.03);
}

.card{
    border-radius: 8px;
}
.bg-primary{
    background-color: #DDD !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%;
}

.containerreg {
    /*    display: flex;*/
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    max-width: 720px;
}
.screenreg {
/*    background: linear-gradient(90deg, #e95220, #e95120cc);*/
    position: relative;
/*    height: 620px;
    width: 420px;*/
    box-shadow: 0px 0px 24px #e95220;
    padding:10px
}

.containerlogin {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    
}
.screen {
    background: white;
    position: relative;
    /*    height: 500px;*/
    width: 500px;
        box-shadow: 0px 0px 12px #8c5745;
/*    border: 1px solid #e95220;*/
    border-radius: 40px;
    z-index: 1;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #e95220;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #e95220, #e95220);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #e95220;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}
.screen__background__logo {
/*    height: 93px;*/
    width: 200px;
    /*    background: #e95220;*/
    top: 10px;
    left: 30%;
    /*    border-radius: 60px;*/
    position: relative;
}
.screen__background__title {
/*    height: 100px;*/
/*    width: 100px;*/
    /*    background: #e95220;*/
    top: 10px;
    left: 30px;
/*    border-radius: 60px;*/
    position: relative;
    font-weight: 600;
    color: #e95220;
/*    background: white;*/
    font-size:26px;
        
}

.login {
/*    width: 460px;*/
    padding: 20px 30px 50px 30px;
/*    padding-top: 50px;*/
}

.login__field {
    padding: 0px 0px 0px 20px;
    position: relative;
    border: 1px solid #9CA3AF;
    border-radius: 10px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #e95220;
}

.login__input {
    border: none;
    
    /*    border-bottom: 2px solid #D1D1D4;*/
    background: none;
    padding: 10px;
    /*    padding-left: 24px;*/
    /*    font-weight: 500;*/
    width: 92%;
    transition: .2s;
}

    .login__input:active,
    .login__input:focus,
    .login__input:hover {
        outline: none;
        border-bottom-color: #e95220;
    }

.login__submit {
    background: #e95220;
    font-size: 14px;
    margin-top: 20px;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #e95220;
    
    font-weight: 500;
/*    display: flex;*/
    align-items: center;
    width: 100%;
    color: #fff;
    /*    box-shadow: 0px 1px 1px #e95220;*/
    cursor: pointer;
    transition: .2s;
    height: 42px
}

    .login__submit:active,
    .login__submit:focus,
    .login__submit:hover {
        border-color: #e95220;
        outline: none;
    }

.login__cancel {
    background: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #D1D1D4;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    color: black;
    box-shadow: 0px 1px 1px #D1D1D4;
    cursor: pointer;
    transition: .2s;
    height:45px
}

    .login__cancel:active,
    .login__cancel:focus,
    .login__cancel:hover {
        border-color: #D1D1D4;
        outline: none;
    }

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #e95220;
}

.button_google {
    height: 42px;
    
    font-weight: 500;
    background: white;
    color: #e95420;
    width: 100%;
    text-align: center;
    border: 1px solid #e95420;
    border-radius: 10px;
}
    .button_google:active,
    .button_google:focus,
    .button_google:hover {
        outline: none;
        background: white;
        color: #35414F;
    }
.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #e95220;
}

    .social-login__icon:hover {
        transform: scale(1.5);
    }
.validation-summary-errors {
    margin-bottom: 0px;
    margin-top:0px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .strike > span {
        position: relative;
        display: inline-block;
        color: #35414F;
        font-weight:300;
        font-size:16px;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 2px;
            background: #D1D5DB;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }

/*        IGS*/
/*IGS*/
.igs-panels-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: white;
}

    .igs-panels-container:before {
        content: "";
        position: absolute;
        height: 2000px;
        width: 2000px;
        top: -10%;
        right: 48%;
        transform: translateY(-50%);
        background-image: linear-gradient(-45deg, #4481eb 0%, #04befe 100%);
        transition: 1.8s ease-in-out;
        border-radius: 50%;
        z-index: 6;
    }
.igs-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    z-index: 6;
}

.igs-left-panel {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%;
}

.igs-panel .igs-content {
    max-width: 480px;
    color: #fff;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
}

.igs-image {
    width: 100%;
    transition: transform 1.1s ease-in-out;
    transition-delay: 0.4s;
}
.igs-forms-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.igs-signin-signup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 75%;
    width: 50%;
    transition: 1s 0.7s ease-in-out;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
}
.igs-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
    transition: all 0.2s 0.7s;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 2;

}
    .igs-form > * + * {
        margin-bottom: 20px;
    }
.igs-login-field{
    width: 100%;
    max-width: 380px;
    height: 59px;
}

.igs-button-login {
    cursor: pointer;
    text-transform: uppercase;
    background: #4481eb;
    border: none
}
.igs-image-logo {
    width: 100%;
    transition: transform 1.1s ease-in-out;
    transition-delay: 0.4s;
}