
        .loginbody {
            background: #EEEEEE;
            font-family: 'Roboto', sans-serif;
        }
        
       .loginbody  .login-box {
            margin-top: 180px;
            margin-bottom: 75px;
            padding-bottom: 50px;
            height: auto;
            background: #5a7197;
            text-align: center;
            box-shadow: 0 3px 6px #5a7197, 0 3px 6px #5a7197;
        }
        
       .loginbody  .login-key {
            height: 100px;
            font-size: 80px;
            line-height: 100px;
            background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
       .loginbody  .login-title {
            margin-top: 15px;
            text-align: center;
            font-size: 30px;
            letter-spacing: 2px;
            margin-top: 15px;
            font-weight: bold;
            color: #ECF0F5;
        }
        
       .loginbody  .login-form {
            margin-top: 25px;
            text-align: left;
        }
        
        input[type=text] , input[type=password]{
            background-color: #5a7197 !important;
            border: none;
            border-bottom: 2px solid #0DB8DE;
            border-top: 0px;
            border-radius: 10px;
            font-weight: bold;
            outline: 0;
            margin-bottom: 20px;
            padding: 22px;
            color: white  !important;
        }
        
        input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            font-size: 12px;
            font-weight: 100;
          }
          input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder { /* Firefox 19+ */
            color: wheat !important;
            font-size: 12px;
            font-weight: 100;
          }
          input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder { /* IE 10+ */
            color: wheat;
            font-size: 12px;
            font-weight: 100;
          }
          input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder { /* Firefox 18- */
            color: wheat !important;
            font-size: 12px;
            font-weight: 100;
          }
        .loginbody .form-group {
            margin-bottom: 40px;
            outline: 0px;
        }
        
        .loginbody .form-control:focus {
            border-color: inherit !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-bottom: 2px solid #0DB8DE !important;
            outline: 0 !important;
            background-color: #5a7197 !important;
            color: white !important;
        }
        
       .loginbody  input:focus {
            outline: none;
            box-shadow: 0 0 0;
        }
        
        .loginbody label {
            margin-bottom: 0px;
        }
        
        .loginbody .form-control-label {
            font-size: 14px !important;
            color: white !important;
            font-weight: bold !important;
            letter-spacing: 1px !important;
        }
       .loginbody  .login-btm {
            float: left;
        }
        
       .loginbody  .login-button {
            padding-right: 0px;
            text-align: right;
            margin-bottom: 25px;
        }
        
        .loginbody .login-text {
            text-align: left;
            padding-left: 0px;
            color: #A2A4A4;
        } 
        
        .loginbody .loginbttm {
            padding: 0px;
        }
        @media only screen and (max-width: 600px){
            /*Big smartphones [426px -> 600px]*/
        .login-box {
            margin-top: 64px !important;
        }
    }