﻿<style>
 * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
 }
 body{
 	background: rgb(219,226,226);
 }
 .rowcustom{
 	
    width: 900px;
    height: 550px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.2);
 }
 .maincustom{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
 }
 .navbar-custom{
  display: block;
  width: 80%;
 }
 img{
 	border-top-left-radius: 30px;
 	border-bottom-left-radius: 30px;
 }
 .btn1{
 	border: none;
 	outline: none;
 	height: 50px;
 	width: 100%;
 	background-color: #4593a0;
 	color: white;
 	border-radius: 4px;
 	font-weight: bold;
 }
 .btn1check{
   width: 30% !important;
 }
 .btn:hover{
 	background: white;
 	border: 1px solid;
 	color: black;	
 }
 .submit-custom{
   user-select: none;
   white-space: pre;
   align-items: flex-start;
   text-align: center;
   padding: 1px 6px;
 }
 .pd40{
    margin: 30px;
 }
 .pdl40{
    margin-left: 70px;
    margin-top: 90px;
 }
 .rw-login{
    height: 690px;
 }
 .custom-file-label::after {
  content: "Выбрать" !important; }
 .custom-file-label{
   font-weight: 100 !important;
  }
 .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
 }
  .form-control-my{
      width: 18% !important;   
      display: inline !important;   
  }
  .btn-my{
  	vertical-align: bottom !important;
  	height: calc(1.5em + 0.75rem + 2px) !important;
  	}
  	
 .nav-link-my.active{
	 background-color: #434c56 !important;
	 }
  .a-my-color{
     color: #3e4246 !important;
  }	 
  .a-my-color.active{
     color: #ffffff !important;
  }	
  .my-textarea{
  	width: 220px;
  }
 </style>