﻿/* CSS Document */

body {
    font-family: 'Roboto';
    margin: 0;
}

.bg_one {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg.svg) transparent;
    z-index: -1;
}


.login_container {
    display: block;
    width: 40%;
    background-color: #fff;
    box-shadow: 0px 2px 30px #ccc6;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 7%;
    overflow: hidden;
}


.login_box {
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 50px;
    border-radius: 2px;
    transition: all .1s ease-in-out;
    float: left;
    overflow-y: auto;
    display: table-cell;
    border-right: 2px solid #f1f1f1;
}



.coy_logo0 {
    display: block;
    height: 40px;
    width: auto;
    margin-bottom: 20px;
    background: url(../assets/images/default_logo.png);
	background-repeat: no-repeat;
    background-size: auto 100%;
	
background-position: center center;
}

.coy_logo {
    display: block;
    height: 40px;
    width: auto;
    margin-bottom: 20px;
    background: url(../assets/images/coy_logo.png);
	background-repeat: no-repeat;
    background-size: auto 100%;
	
background-position: center center;
}


form {
    display: block;
    margin-top: 0em;
}


.login_head {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
    transition: all .1s ease-in-out;
	text-align: center!important
}



.service_name, .backup_desc, .pass_name {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.row3 {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    line-height: 12px;
    font-size: 0;
}


#login input.inputbox {
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

    height: 48px;
    background-color: rgba(129, 68, 229, 0.10)!important;
    border: 1px solid #f5f5f5;
    width: 100%;
	
    padding-left: 50px;
}


#login input.inputbox:focus {
  outline: none;
  border: 1px solid #016ac1;
}


#login .icon {
    float: left;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}


 .login-footer {
    height: 25px;
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
}



.violet:hover {
    box-shadow: 0px 2px 2px #016ac1;
}



.violet {
    box-shadow: 0px 2px 2px #fff;
    background-color: #016ac1;
    color: #fff;
}



#login .btn {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: none;
    margin: auto;
    text-transform: uppercase;
    margin-bottom: 30px;
    transition: all .2s ease-in-out;
}



#login .pointer {
    cursor: pointer;
}


#login .text16 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #626262;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}



#login .line {
    background-color: #f1f1f1;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 20px;
}





