﻿body {
            font-family: 'Quicksand', sans-serif;
            /*background-image: url('../../Content/images/careers-swimlane-bg.png') !important;*/
            background-image: url('../../Content/images/unnamed.png') !important;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

        a, a:hover, a:focus {
            text-decoration: none;
            outline: none;
        }

        .login {
            padding: 15px;
            max-width: 80%;
            text-align: center;
            margin: 0px auto 0px auto;
            color: #fff;
        }

        .mdl-textfield__label {
            /*color: #ccc;*/
            color: darkblue;
        }

        .mdl-textfield__input {
            border-bottom: 1px solid darkblue;
            font-family: 'Quicksand', sans-serif;
            /*color: #ccc;*/
            color: darkblue;
        }

        .mdl-textfield__label::after {
            background-color: green;
        }

        .mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
            color: green;
        }

        .btn-skip {
            position: fixed;
            right: 15px;
            bottom: 15px;
            border: 1px solid #ccc;
            padding: 3px 13px;
            border-radius: 20px;
            color: #ccc;
            opacity: 0.5;
        }

        .LoginLogo{
            max-width:88px;width:88px;margin-bottom:10px;border-radius: 10px;box-shadow: 0px 0px 10px 0px #000;background-color: #fff;padding: 5px;
        }
        .LoginLogo_p{
            color: darkblue;font-weight: 700;margin-top: 0px; font-size:14px
        }
        .Full-Width{
            width:100%
        }


        .modal_HeaderText{
            padding-right:0%;color:black;font-weight:bold;font-size:20px
        }
        .modal_HeaderCloseIcon{
            padding-right:0%;font-weight:bold;float:right;
        }

        .OtpSubmit{
            background-color:green;
              color:white;
              font-weight:bold;
              padding-top:2px!important;
              padding-bottom:2px!important;
              line-height:28px;
              height:28px
        }