/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color:#464d5f;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}

body{
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    color: #a7a7a7;
    background: #fff;
    max-width:1920px;
    margin:0 auto;
    overflow-x:hidden;
}

select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}

html,body{
    height: 100%;
    position: relative;
    z-index: 2;
}
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

/*=============Style css=========*/
.container {
    max-width: 768px;
    padding: 0 50px
}

.signin-image{
    text-align: center;
    margin-bottom: 40px;
}

.signin-image img {
    margin: 0 auto
}

.sign-content{
    max-width: 718px;
    margin: 0 auto;
}

.sign-content h2{
    color: #464d5f;
    font-size: 40px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 400;
}

.signin-form  .form-control {
    background: transparent;
    border: 1px solid #bcbfc9;
    border-radius: 0;
    outline: 0!important;
    box-shadow: none;
    padding: 0px 10px 0px;
    height: 46px;
    -webkit-transition: linear .5s;
    -moz-transition: linear .5s;
    -ms-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
}

.signin-form input[type="text"],.signin-form input[type="email"],.signin-form input[type="password"]{
    color:#474d5b;
    font-size:16px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
}

/*
.row {
    margin-left: 0;
    margin-right: 0;
}
*/

/*.btn.signin_btn*/
.btn.signin_btn,.btn.signin_btn:focus {
    padding: 0;
    height: 60px;
    background: #26d9b3;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 5px 30px rgba(60,191,163,.3);
    margin-top: 23px;
    width: 100%;
}

.btn.signin_btn.signin_btn_two,.btn.signin_btn.signin_btn_two:focus{background: #7dc04c}
/*.btn.signin_btn*/

.signin-footer p{
    color: #91949c;
    font-size:16px;
    max-width: 265px;
    margin: 35px auto;

}
.signin-footer p>a{
    color: #7c8089;
    font-size:16px;
    font-weight: 500;
    text-transform: capitalize;
}

/*.btn.signin_btn*/

.scope_item{
    color: #333333;
    font-size: 24px;
    padding-left:20px;
}

.permission-subject{
    color: #333333;
    font-size: 24px;
    margin: 10px 0;
    text-align: left;
}

.unlink-subject{
    color: #333333;
    font-size: 24px;
    text-align: left;
    margin: 10px 0;
}

.btn.btn-approval,.btn.btn-reject {
    padding: 0;
    height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 23px;
    width: 100%;
    font-weight: bold;
}

.approve-form-actions{
    width: 100%
}

.btn-approval:focus{
    margin-top: 10px;
}

.btn-approval {
    margin-top: 10px;
    color: #fff;
    background-color: #7dc04c;
}

.btn-approval.focus {
    color: #fff;
    background-color: #91db5a;
}

.btn-approval:hover {
    color: #fff;
    background-color: #91db5a;
}

.btn-approval {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-reject.focus {
    color: #fff;
    background-color: #91db5a;
}

.btn-reject:hover {
    color: #fff;
    background-color: #91db5a;
}

.main-subject{
    text-align: center;
    margin-top: 80px;
}