body {
    /*background-color: #fab800;*/
    background-color: #a4abb6;
    /*background-image: url( '../Resources/Login_Background2.png' );*/
    /*background-image: url( '../Resources/LoginBackgrounds/andrzej-kryszpiniuk-4wFqHZ1ONnM-unsplash.jpg' );*/
    background-size: cover;
    /*background-position: bottom center;*/
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.imageCycle1 {
    background-image: url( '../Resources/LoginBackgrounds/tim-j-ots0EOYuGtU-unsplash.jpg' );
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle2 {
    background-image: url( '../Resources/LoginBackgrounds/anastasia-zhenina-SNdEJFlzSko-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle3 {
    background-image: url( '../Resources/LoginBackgrounds/andrzej-kryszpiniuk-4wFqHZ1ONnM-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle4 {
    background-image: url( '../Resources/LoginBackgrounds/casey-fyfe-R5S4OQpG0lE-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle5 {
    background-image: url( '../Resources/LoginBackgrounds/keith-misner-v99lFTVp_ws-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle6 {
    background-image: url( '../Resources/LoginBackgrounds/Login_Background.png' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle7 {
    background-image: url( '../Resources/LoginBackgrounds/matthew-henry-hGkmq1Bwj2E-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle8 {
    background-image: url( '../Resources/LoginBackgrounds/zara-walker-_pC5hT6aXfs-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle9 {
    background-image: url( '../Resources/LoginBackgrounds/martin-adams-6_jamaU00bI-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.imageCycle10 {
    background-image: url( '../Resources/LoginBackgrounds/pavel-nekoranec-ROOrGTNurYI-unsplash.jpg' );
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    /*animation: move 40s ease;*/
    /* Add infinite to loop. */

    /*-ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -0-animation: move 40s ease;
    -moz-animation: move 40s ease;*/
}




#Login {
    margin-top: 50px;
    margin-left: 80px;
}

.Logo {
    background-image: url('../Resources/PerspectiveLogo3.png');
    height: 114px;
    width: 114px;
    margin-left: 105px;
}

.SignIn {
    width: 330px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
}

.LoginFrame {
    position: absolute;
    background-color: #ffffff;
    opacity: 1.0;
    width: 1080px;
    background-image: url('../Resources/Login_Background_Yellow.png');
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px auto;
    border-radius: 45px;
    border: 1px solid #ebebeb;
    opacity: 0.95;
    height: 720px;
    top: 50%;
    left: 50%;
    margin-left: -541px;
    margin-top: -361px;
    -webkit-box-shadow: 0px 23px 57px -5px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 23px 57px -5px rgba(0,0,0,0.58);
    box-shadow: 0px 23px 57px -5px rgba(0,0,0,0.58);
    background-position: top left;
}


#UserNameFrame
{
	/*background-color: #ffffff;
	border: 1px solid #909090;
	padding: 4px;
	padding-left: 8px;
	border-radius: 4px;*/
	margin: 40px 0px 20px 0px;
}

#PassordFrame
{
	/*background-color: #ffffff;
	border: 1px solid #909090;
	padding: 4px;
	padding-left: 8px;
	border-radius: 4px;*/
	margin: 25px 50px 5px 0px;
}

.iForgot {
    margin-top: 30px;
    color: #9d9d9d;
    cursor: pointer;
    width: 330px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

    .iForgot:hover {
        color: #404040;
    }

.Copyright {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-top: 20px;
    color: #888888;
    width: 330px;
}

input[type=text], [type=password] {
    border: none;
    width: 300px;
    outline: none;
    background-color: #f5f5f2;
    border: 1px solid #d1d1d1;
    padding: 12px;
    padding-left: 18px;
    border-radius: 20px;
    color: #6a6a67;
    font-family: "Montserrat", sans-serif;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bebebe;
    opacity: 1; /* Firefox */
}

.Login_Button {
    width: 330px;
    outline: none;
    background-color: #fab800;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    padding: 12px;
    cursor: pointer;
}

    .Login_Button:hover {
        background-color: #cfcdb9;
    }

.SSO_Login_Button {
    width: 330px;
    outline: none;
    background-color: #e7e5d0;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: 86px center;
    background-size: 32px;
    background-image: url(../Resources/SSO_Logo.png);
    font-family: "Montserrat", sans-serif;
    padding: 12px;
    padding-left: 41px;
    cursor: pointer;
    margin-right: 16px;
}

    .SSO_Login_Button:hover {
        background-color: #cfcdb9;
    }

.Apple_Login_Button {
    width: 155px;
    outline: none;
    background-color: #e7e5d0;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: 45px center;
    background-size: 19px;
    background-image: url(../Resources/Apple_Logo_Small.png);
    font-family: "Montserrat", sans-serif;
    padding: 12px;
    padding-left: 41px;
    cursor: pointer;
    margin-right: 16px;
}

    .Apple_Login_Button:hover {
        background-color: #cfcdb9;
    }


.Google_Login_Button {
    width: 155px;
    outline: none;
    background-color: #e7e5d0;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 40px center;
    background-image: url(../Resources/Google_Logo_Small.png);
    font-family: "Montserrat", sans-serif;
    padding: 12px;
    padding-left: 41px;
    cursor: pointer;
}

    .Google_Login_Button:hover {
        background-color: #cfcdb9;
    }


.Login_Image {
    /*    float: right;
    background-image: url(../Resources/Login_Image_People.png);
    height: 660px;
    width: 550px;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 25px;
    background-size: cover;*/

    float: right;
    background-image: url(../Resources/Login_Image_Hands.png);
    height: 721px;
    width: 576px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom-right-radius: 45px;
    background-position: -300px;    
    border-top-right-radius: 45px;
    background-size: 1080px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f1f2ef inset;
    color: #6a6a67;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #6a6a67 !important;
}

.PerspectiveLink {
    background-size: cover;
    border-radius: 50px;
    background-image: url('../Resources/PerspectiveLogo2.png');
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 60px;
    right: 60px;
    transition: transform .2s; /* Animation */
    cursor: pointer;
}

.PerspectiveLink:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}