﻿        .success {
            background-color: #5cb85c;
            font-size: 12px;
            color: #ffffff;
            padding: 3px 6px 3px 6px;
			margin-top: 20px;
        }

        .failure {
            background-color: #e04545;
            font-size: 12px;
            color: #ffffff;
            padding: 3px 6px 3px 6px;
			margin-top: 20px;
        }

        .material-icons {
            color: #F0F8FF;
        }

        .mdl-textfield__input {
            opacity: 87%;
            color: #efe2e2;
            border-bottom: 2px solid #afafaf;
        }

        .mdl-textfield__label {
            color: #a7a5a5;
        }

        body {
            margin: 0;
            padding: 0;
        }

        #container1 {
            position: relative;
            /*width: 100%;*/
            height: 514px;
        }
		
		.links{
		margin-top: 20px;
		}

        /*.right {
    position: absolute;
    right: 0px;
    width: 300px;
    background-color: #b0e0e6;
}*/
        .csignup {
            /*position: absolute;*/
            right: 0px;
            width: 445px;
            border: 0px solid #73AD21;
            padding: 10px;
            margin: 0 auto;
            /*float:right;*/
        }

        .demo-layout-transparent {
            background: url('../images/victoria.jpg') center / cover;
        }

            .demo-layout-transparent .mdl-layout__header,
            .demo-layout-transparent .mdl-layout__drawer-button {
                /* This background is dark, so we set text to white. Use 87% black instead if
    your background is light. */
                color: white;
            }

        .group {
            position: relative;
            margin-bottom: -20px;
        }

        /* Label */

        .label1 {
            color: #efe2e2;
            font-size: 18px;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            left: 5px;
            top: 20px;
            transition: all 0.2s ease;
        }

        .label1 {
            color: #efe2e2;
            font-size: 18px;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            left: 5px;
            top: 20px;
            transition: all 0.2s ease;
        }


        /* active */

        input:focus ~ label, input.used ~ label {
            top: -8px;
            transform: scale(.75);
            left: -2px;
            /* font-size: 14px; */
            color: #0ab0d8;
        }


        /* active */

        input:focus ~ .bar:before, input:focus ~ .bar:after {
            width: 50%;
        }


        /* Highlight */

        .highlight {
            position: absolute;
            height: 60%;
            width: 100px;
            top: 25%;
            left: 0;
            pointer-events: none;
            opacity: 0.5;
        }


        /* active */

        input:focus ~ .highlight {
            animation: inputHighlighter 0.3s ease;
        }


        /* Animations */

        @keyframes inputHighlighter {
            from {
                background: #4a89dc;
            }

            to {
                width: 0;
                background: transparent;
            }
        }

        .ripples {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            background: transparent;
        }


        /* Ripples circle */

        .ripplesCircle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.25);
        }

        .ripples.is-active .ripplesCircle {
            animation: ripples .4s ease-in;
        }



        /* Ripples animation */

        @keyframes ripples {
            0% {
                opacity: 0;
            }

            25% {
                opacity: 1;
            }

            100% {
                0. width: 200%;
                padding-bottom: 200%;
                opacity: 0;
            }
        }

        /*.form-group {
            margin-bottom: -25px;
        }*/

        .micons {
            float: left;
            padding-top: 20px;
            margin-right: 5px;
        }

 